Spaces:
Runtime error
Runtime error
Commit
·
c7bda24
1
Parent(s):
3859c47
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ repo.git_pull()
|
|
48 |
#login(token=TOKENR)
|
49 |
|
50 |
# Set db to latest
|
51 |
-
shutil.copyfile("./data/reviews.db", DB_FILE)
|
52 |
|
53 |
# Create table if it doesn't already exist
|
54 |
|
|
|
48 |
#login(token=TOKENR)
|
49 |
|
50 |
# Set db to latest
|
51 |
+
#shutil.copyfile("./data/reviews.db", DB_FILE)
|
52 |
|
53 |
# Create table if it doesn't already exist
|
54 |
|