diff --git a/helper.py b/helper.py index 05c01e1..bd706b5 100644 --- a/helper.py +++ b/helper.py @@ -147,7 +147,7 @@ def startup_checks(): message = """

Your headscale server is either unreachable or not properly configured. Please ensure your configuration is correct (Check for 200 status on - """+url+"""/api/v1 failed. Response: """+response.status_code+""".)

+ """+url+"""/api/v1 failed. Response: """+str(response.status_code)+""".)

""" messageHTML += format_error_message("Error", "Headscale unreachable", message) if not writable: