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