From 0350c181eba6ab8f93f77e00219a4c4033a8d0cd Mon Sep 17 00:00:00 2001 From: taskmanager <51055281+Mantaraix@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:27:01 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e4955f2..04b45e8 100644 --- a/main.py +++ b/main.py @@ -203,7 +203,7 @@ async def updateApplication(url, jsonData, userID): else: resptext = await resp.text() print(resp.status, resptext) - return resp.status + return "There was an error retrieving the key, this is possible due to the main site being down. Please message @task.mgr ASAP." async def getApplication(url, userID) -> tuple[str, str, list[str], str, str] | None: