Merge pull request 'fix' (#56) from master into dev

Reviewed-on: #56
This commit is contained in:
emmatveev 2025-06-12 12:28:44 +03:00
commit 23cb51985c

View File

@ -104,7 +104,8 @@ def update_host(host: str) -> str | None:
return None
while True:
if __name__ == "__main__":
while True:
now = datetime.datetime.now()
mongo_hosts = mongo.hosts
hosts = get_hosts()