瀏覽代碼

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()

Loading…
取消
儲存