From ba72a51ecc7652a0f13614b51876abb2002f1126 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 21 Feb 2024 10:31:56 -0500 Subject: [PATCH] test --- remove_lonely_collections.py | 1 - 1 file changed, 1 deletion(-) diff --git a/remove_lonely_collections.py b/remove_lonely_collections.py index 78985fd..a81ddc7 100644 --- a/remove_lonely_collections.py +++ b/remove_lonely_collections.py @@ -38,7 +38,6 @@ class PLEX_INFO(): token_proc.communicate() token_proc.kill() - # token = subprocess.run(['/bin/bash', token_script], capture_output=True, text=True).stdout return token @property