From 0b318d9bf6ace3df0212d63a2da174be34ab6f0c Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 6 Feb 2021 11:02:37 +0800
Subject: [PATCH] auto save

---
 diy.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/diy.py b/diy.py
index e5e4ba0..00ad182 100644
--- a/diy.py
+++ b/diy.py
@@ -9,4 +9,4 @@ for i in range(len(hero)):
         hero.insert(i-1,name)    
         hero.insert(i,power)
         break
-print(hero)
\ No newline at end of file
+print(hero)
--
libgit2 0.25.0