diff --git a/main.py b/main.py index 7329782..caa22e1 100644 --- a/main.py +++ b/main.py @@ -37,7 +37,7 @@ def validate_config() -> None: # TODO: do some PublicDomain checks or something # noinspection PyBroadException try: - response = requests.get(f"http://{config.get('Service', 'Domain')}/profile.json") + response = requests.get(f"http://{config.get('Service', 'Domain')}/status.json") if response.status_code != 200: raise except: