From 10a44ddb52816a93e008db499482762a57da8f60 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 4 Dec 2021 16:19:39 +0800
Subject: [PATCH] auto save

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

diff --git a/diy.py b/diy.py
index fb5c79c..d42db9b 100644
--- a/diy.py
+++ b/diy.py
@@ -11,5 +11,4 @@ if k in cost:
         print(k+'涨价了,我们不买')
 else:
     cost[k] = float(v)
-    print(k+'的价钱'+v+'元已上传~')
-
+    print(k+'的价钱'+v+'元已上传~')
\ No newline at end of file
--
libgit2 0.25.0