DmitrMakeev commited on
Commit
e7ebe2e
·
verified ·
1 Parent(s): 5736a57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ if not os.path.exists(HTML_FOLDER):
37
 
38
 
39
 
40
- DATABASES = ['data_gc.db', 'data1.db', 'data2.db', 'data3.db', 'data4.db', 'data5.db']
41
 
42
 
43
 
 
37
 
38
 
39
 
40
+ DATABASES = ['data_gc.db']
41
 
42
 
43