コード例 #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)