diff --git a/remove_lonely_collections.py b/remove_lonely_collections.py index 41177d0..e28721f 100644 --- a/remove_lonely_collections.py +++ b/remove_lonely_collections.py @@ -41,7 +41,7 @@ class plex_info(): token_proc.kill() # token = subprocess.run(['/bin/bash', token_script], capture_output=True, text=True).stdout - return token + return token_script @property def url(self):