pull/1288/head
Simon 3 years ago
parent 695aba6ace
commit b002dd9803

@ -108,7 +108,11 @@ if __name__ == "__main__":
shutdown() shutdown()
except Exception as err: except Exception as err:
print_step(f'''Sorry, something went wrong with this test version! Try again, and feel free to report this issue at GitHub or the Discord community.\n print_step(f'''
{__VERSION__}stm{str(config["settings"]["storymode"])} stmm {str(config["settings"]["storymodemethod"])} ptl {str(len(reddit_object["thread_post"]))}''') Sorry, something went wrong with this test version! Try again, and feel free to report this issue at GitHub or the Discord community.\n
Version: {__VERSION__} \n
Story mode: {str(config["settings"]["storymode"])} \n
Story mode method: {str(config["settings"]["storymodemethod"])}
''')
raise err raise err
# todo error # todo error

Loading…
Cancel
Save