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