From dade01d9cea752d7c42b8a86446b5dac5a3e7b01 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 21 Feb 2024 10:14:11 -0500 Subject: [PATCH] test --- remove_lonely_collections.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/remove_lonely_collections.py b/remove_lonely_collections.py index a68482a..6f5347e 100644 --- a/remove_lonely_collections.py +++ b/remove_lonely_collections.py @@ -49,8 +49,8 @@ class PLEX_INFO(): plex_info = PLEX_INFO() -print(PLEX_INFO.token) -print(PLEX_INFO.url) +print(plex_info.token) +print(plex_info.url) #sess = requests.Session() #sess.verify = False