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 import sqlite3
DB_URL = 'plex.db' DB_URL = '/root/config/plex.db'
def create_connection(db_file): def create_connection(db_file):
""" create a database connection to a SQLite database """ """ create a database connection to a SQLite database """