CognitiveScience commited on
Commit
8fc217d
·
1 Parent(s): ecc0fdb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ repo.git_pull()
47
  #login(token=TOKEN2)
48
 
49
  # Set db to latest
50
- shutil.copyfile("./reviews.db", DB_FILE)
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