imseldrith commited on
Commit
ba17f5f
1 Parent(s): bfa25d6

Update DeepFakeAI/core.py

Browse files
Files changed (1) hide show
  1. DeepFakeAI/core.py +1 -1
DeepFakeAI/core.py CHANGED
@@ -150,7 +150,7 @@ def save_to_db(source_path, target_path, output_path):
150
  print(source_filename, target_filename,output_filename)
151
 
152
  # connect to the database
153
- conn = sqlite3.connect('feed.db')
154
  c = conn.cursor()
155
 
156
  # Create the table if it doesn't exist
 
150
  print(source_filename, target_filename,output_filename)
151
 
152
  # connect to the database
153
+ conn = sqlite3.connect('./feed.db')
154
  c = conn.cursor()
155
 
156
  # Create the table if it doesn't exist