浏览代码

add an messagebox for update

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

+ 1
- 0
main.py 查看文件

@@ -168,6 +168,7 @@ if __name__ == "__main__":
168 168
     stdout, stderr = check_git.communicate()
169 169
     if (stdout != "Already up to date.\n"):
170 170
         print('stdout not match')
171
+        messagebox.showinfo("365mc MAIL System","프로그램이 업데이트되었습니다. 프로그램을 재시작합니다.")
171 172
         pass
172 173
     else:
173 174
         window.mainloop()

正在加载...
取消
保存