소스 검색

아 이게 뭐지?

ect (or 2du) 8 년 전
부모
커밋
fb319ec78b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app.py

+ 1 - 0
app.py

@@ -1074,6 +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 master')
         ok = os.system('git reset --hard origin/' + up_data)
         if ok == 0:
             return redirect('/re_start')