Quellcode durchsuchen

I have to modify main loop

alpha
Jeong Geol Kim vor 4 Jahren
Ursprung
Commit
1a49d135b8
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2
    1
      main.py

+ 2
- 1
main.py Datei anzeigen

@@ -163,8 +163,9 @@ button_confirm.pack()
163 163
 
164 164
 if __name__ == "__main__":
165 165
     lastmod = int(os.path.getmtime('./main.py'))
166
+    #NOTE: UPDATE PROGRESSING....
166 167
     print(lastmod)
167
-    os.system('git clone -b alpha https://git.apl.hongik.ac.kr/Ellis/mailsys_client.git')
168
+    os.system('git merge origin/alpha')
168 169
     if lastmod != int(os.path.getmtime('./main.py')):
169 170
         pass
170 171
     else:

Laden…
Abbrechen
Speichern