master #57

Merged
emmatveev merged 8 commits from master into prod 2025-06-12 13:30:56 +03:00
Showing only changes of commit 4c0bafa7cf - Show all commits

View File

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