Rename plexpy.db to tautulli.db

This commit is contained in:
JonnyWong16 2018-03-04 11:17:35 -08:00
parent 7c43ea2f46
commit 8f5e788270
2 changed files with 5 additions and 1 deletions

View file

@ -23,7 +23,7 @@ import time
import plexpy
import logger
FILENAME = "plexpy.db"
FILENAME = "tautulli.db"
db_lock = threading.Lock()