Generate: wait for user close
This commit is contained in:
parent
bb15d0636e
commit
40044ac5a6
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue