浏览代码

아 이게 아니구나

ect (or 2du) 8 年之前
父节点
当前提交
607b74a930
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app.py

+ 1 - 0
app.py

@@ -1072,6 +1072,7 @@ def update():
     if platform.system() == 'Linux':
         print('Update')
 
+        os.system('git remote rm origin')
         os.system('git remote add origin https://github.com/2DU/openNAMU.git')
         ok = os.system('git reset --hard origin/' + up_data)
         if ok == 0: