added backup of db

This commit is contained in:
Nicholas St. Germain 2018-03-14 13:07:56 -05:00 committed by Blacktwin
parent c0888d81ba
commit 99476b46f0

View File

@ -19,6 +19,9 @@ BACKUP_DB = True
# Do you want to back up the database before deleting?
BACKUP_DB = True
# Do you want to back up the database before deleting?
BACKUP_DB = True
# Do not edit past this line #
account = MyPlexAccount(PLEX_USERNAME, PLEX_PASSWORD)