Update health-check.py

هذا الالتزام موجود في:
2026-07-29 14:42:46 +03:00
ملتزم من قبل GitHub
الأصل dc3012d56a
التزام f34f617281

عرض الملف

@@ -5,7 +5,7 @@ import time
while True:
try:
with urlopen('https://my-application-2f85feb054d8.hosted.ghaymah.systems/health') as response:
with urlopen('https://node-app-75fbd9c11652.hosted.ghaymah.systems/health') as response:
print(f"Status Code: {response.status}")
except HTTPError as error: