소스 검색

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…
취소
저장