Przeglądaj źródła

add an messagebox for update

alpha
Jeong Geol Kim 4 lat temu
rodzic
commit
7af7166132
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1
    0
      main.py

+ 1
- 0
main.py Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz