This commit is contained in:
deathbybandaid 2024-02-21 10:10:59 -05:00
parent d21ec62d88
commit eae84e1800

View File

@ -18,6 +18,9 @@ SCRIPT_DIR = pathlib.Path(os.path.dirname(os.path.abspath(__file__)))
class plex_info(): class plex_info():
def __init__(self):
pass
@property @property
def address(self): def address(self):
return "127.0.0.1" return "127.0.0.1"