diff options
-rw-r--r-- | games.db | bin | 20480 -> 0 bytes | |||
-rw-r--r-- | play.py | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/games.db b/games.db Binary files differdeleted file mode 100644 index 3915a40..0000000 --- a/games.db +++ /dev/null @@ -1,3 +1,9 @@ +import subprocess +import os + +if not os.path.exists(os.path.join(os.getcwd(), 'games.db')): + subprocess.run(['python', 'crt_db.py']) + from load_nav import * menu_tree = [None, None, mm_menu] |