Explorar el Código

아 이게 아니구나

ect (or 2du) hace 8 años
padre
commit
319f8028e2
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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: