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