Skip to content

Commit e6df758

Browse files
author
SM_SAYEED
committed
duplication of log attempt 2
1 parent 85d12a5 commit e6df758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import csv
1111
# ========== SETTINGS ==========
1212
UPLOAD_FOLDER = 'uploads'
13-
DB_NAME = 'patterns-matter.db'
13+
DB_NAME = 'patterns-matter.db' # SQLite database file
1414
ADMIN_PASSWORD = 'IronMa1deN!'
1515

1616
ALLOWED_DATASET_EXTENSIONS = {'csv', 'npy'}

0 commit comments

Comments
 (0)