Update db.py

This commit is contained in:
Sleepingpirates
2020-06-11 00:10:44 -04:00
committed by GitHub
parent fba792b297
commit 14af3174e0

View File

@@ -1,6 +1,6 @@
import sqlite3
DB_URL = 'plex.db'
DB_URL = '/root/config/plex.db'
def create_connection(db_file):
""" create a database connection to a SQLite database """
@@ -70,4 +70,4 @@ def delete_user(username):
except:
return False
else:
return "username cannot be empty"
return "username cannot be empty"