shebang and remove dup vars

This commit is contained in:
Blacktwin 2018-08-23 06:36:35 -04:00
parent 6f30b44431
commit d20ecda1ee

View File

@ -1,3 +1,4 @@
#!/usr/bin/env python
"""
Description: Purge Tautulli users that no longer exist as a friend in Plex
Author: DirtyCajunRice
@ -16,12 +17,6 @@ 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 you want to back up the database before deleting?
BACKUP_DB = True
# Do not edit past this line #
account = MyPlexAccount(PLEX_USERNAME, PLEX_PASSWORD)