Browse Source

이거구나

ect (or 2du) 8 năm trước cách đây
mục cha
commit
1a4ada71d1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app.py

+ 1 - 1
app.py

@@ -1074,7 +1074,7 @@ def update():
 
         os.system('git remote rm origin')
         os.system('git remote add origin https://github.com/2DU/openNAMU.git')
-        ok = os.system('git pull origin ' + up_data)
+        ok = os.system('git fetch origin ' + up_data)
         ok = os.system('git reset --hard origin/' + up_data)
         if ok == 0:
             return redirect('/re_start')