shebang and remove dup vars
This commit is contained in:
parent
6f30b44431
commit
d20ecda1ee
@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env python
|
||||||
"""
|
"""
|
||||||
Description: Purge Tautulli users that no longer exist as a friend in Plex
|
Description: Purge Tautulli users that no longer exist as a friend in Plex
|
||||||
Author: DirtyCajunRice
|
Author: DirtyCajunRice
|
||||||
@ -16,12 +17,6 @@ PLEX_PASSWORD = ''
|
|||||||
# Do you want to back up the database before deleting?
|
# Do you want to back up the database before deleting?
|
||||||
BACKUP_DB = True
|
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 #
|
# Do not edit past this line #
|
||||||
account = MyPlexAccount(PLEX_USERNAME, PLEX_PASSWORD)
|
account = MyPlexAccount(PLEX_USERNAME, PLEX_PASSWORD)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user