added backup of db

This commit is contained in:
Nicholas St. Germain 2018-03-14 13:07:56 -05:00 committed by Blacktwin
parent 828d68d020
commit c351e01502

View File

@ -16,6 +16,9 @@ PLEX_PASSWORD = ''
# 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)