summaryrefslogtreecommitdiff
path: root/play.py
diff options
context:
space:
mode:
Diffstat (limited to 'play.py')
-rw-r--r--play.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/play.py b/play.py
index d0b27b8..4b25e32 100644
--- a/play.py
+++ b/play.py
@@ -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]