Update deps and lint

This commit is contained in:
2023-05-09 22:53:53 +02:00
parent 0c4d3c2871
commit bc991e8148
10 changed files with 625 additions and 621 deletions

View File

@@ -1,5 +1,6 @@
import httpx
response = httpx.get("http://localhost:8080/healthcheck")
print(f"HEALTHCHECK STATUS: {response.status_code}")
exit(0 if response.status_code == 200 else 1)