Update setup-scripts/health-checker.py
Co-authored-by: Karol Wypchło <kwypchlo@gmail.com>
This commit is contained in:
parent
62e27120cd
commit
a0a9137ae7
|
@ -43,7 +43,7 @@ async def run_checks():
|
||||||
|
|
||||||
# check_health checks /health-check endpoint and reports recent issues
|
# check_health checks /health-check endpoint and reports recent issues
|
||||||
async def check_health():
|
async def check_health():
|
||||||
print("\nChecking wallet/funds health...")
|
print("\nChecking portal health status...")
|
||||||
|
|
||||||
try:
|
try:
|
||||||
res = requests.get("http://localhost/health-check", verify=False)
|
res = requests.get("http://localhost/health-check", verify=False)
|
||||||
|
|
Reference in New Issue