CognitiveScience commited on
Commit
e3249ae
1 Parent(s): 1a87147

Update app.py

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