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"