From c6a7539925bcfc480547e738f871b89847b48d95 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 21 Feb 2024 10:06:28 -0500 Subject: [PATCH] test --- remove_lonely_collections.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):