From eae84e180022ce6fc852bca260f340ff62cb8615 Mon Sep 17 00:00:00 2001 From: deathbybandaid Date: Wed, 21 Feb 2024 10:10:59 -0500 Subject: [PATCH] test --- remove_lonely_collections.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/remove_lonely_collections.py b/remove_lonely_collections.py index d65a399..74393ea 100644 --- a/remove_lonely_collections.py +++ b/remove_lonely_collections.py @@ -18,6 +18,9 @@ SCRIPT_DIR = pathlib.Path(os.path.dirname(os.path.abspath(__file__))) class plex_info(): + def __init__(self): + pass + @property def address(self): return "127.0.0.1"