Signed-off-by: mctaylors <cantsendmails@mctaylors.ru>
This commit is contained in:
Macintxsh 2025-03-25 22:01:34 +03:00
parent 4a2a2e9920
commit 6901c087aa
Signed by: mctaylors
GPG key ID: 4EEF4F949A266EE2

View file

@ -34,7 +34,6 @@ def main() -> None:
def validate_config() -> None:
# TODO: do some PublicDomain checks or something
# noinspection PyBroadException
try:
response = requests.get(f"http://{config.get('Service', 'Host')}/status.json")