diff --git a/utility/purge_removed_plex_friends.py b/utility/purge_removed_plex_friends.py index 04cc1d8..ef5a5ea 100644 --- a/utility/purge_removed_plex_friends.py +++ b/utility/purge_removed_plex_friends.py @@ -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)