def show_exception_and_exit(exc_type, exc_value, tb) :
print(col_r + '\nError: MCE just crashed, please report the following:\n')
traceback.print_exception(exc_type, exc_value, tb)
input(col_e + '\nPress enter to exit')
colorama.deinit() # Stop Colorama
sys.exit(-1)
评论列表
文章目录