예제 #1
0
파일: main.py 프로젝트: pesegal/tasktracker
 def on_stop(self):
     DB.thread_shutdown()
예제 #2
0
파일: main.py 프로젝트: pesegal/tasktracker
def exception_shutdown(exctype, value, tb):
    DB.thread_shutdown()
    tb.print_tb()
    print(exctype, value, tb)