Update setup-scripts/health-checker.py

Co-authored-by: Karol Wypchło <kwypchlo@gmail.com>
This commit is contained in:
Ivaylo Novakov 2020-09-04 16:44:19 +02:00 committed by GitHub
parent 62e27120cd
commit a0a9137ae7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ async def run_checks():
# check_health checks /health-check endpoint and reports recent issues
async def check_health():
print("\nChecking wallet/funds health...")
print("\nChecking portal health status...")
try:
res = requests.get("http://localhost/health-check", verify=False)