Generate: wait for user close

This commit is contained in:
Fabian Dill 2021-08-02 01:36:04 +02:00
parent bb15d0636e
commit 40044ac5a6
1 changed files with 2 additions and 0 deletions

View File

@ -753,4 +753,6 @@ def roll_alttp_settings(ret: argparse.Namespace, weights, plando_options):
if __name__ == '__main__':
import atexit
atexit.register(input, "Press enter to close.")
main()