Exemplo n.º 1
0
 def on_stop(self):
     DB.thread_shutdown()
Exemplo n.º 2
0
def exception_shutdown(exctype, value, tb):
    DB.thread_shutdown()
    tb.print_tb()
    print(exctype, value, tb)