psyche commited on
Commit
3fb8cb1
·
verified ·
1 Parent(s): 76bf9d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ INSERT = """
43
  """
44
 
45
 
46
- connect = sqlite3.connect(db_path, check_same_thread=False)
47
  cursor = self.connect.cursor()
48
  cursor.execute(_TABLE)
49
  connect.commit()
 
43
  """
44
 
45
 
46
+ connect = sqlite3.connect("history.db", check_same_thread=False)
47
  cursor = self.connect.cursor()
48
  cursor.execute(_TABLE)
49
  connect.commit()