change env

This commit is contained in:
2024-09-29 19:02:50 -05:00
parent 69ff2b45c4
commit 087e2b3b65

View File

@@ -65,8 +65,8 @@ tautulli:
# Environmental Variables
PLEX_URL = os.getenv('PLEX_URL', PLEX_URL)
PLEX_TOKEN = os.getenv('PLEX_TOKEN', PLEX_TOKEN)
PLEX_URL = os.getenv('PLEX_URL')
PLEX_TOKEN = os.getenv('PLEX_TOKEN')
def select_tmdb_poster_library(library, include_locked=False):