Browse Source

add an messagebox for update

alpha
Jeong Geol Kim 4 years ago
parent
commit
7af7166132
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      main.py

+ 1
- 0
main.py View File

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

Loading…
Cancel
Save