浏览代码

I have to modify main loop

alpha
Jeong Geol Kim 4 年前
父节点
当前提交
1a49d135b8
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2
    1
      main.py

+ 2
- 1
main.py 查看文件

@@ -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:

正在加载...
取消
保存