Update main.py

This commit is contained in:
taskmanager 2024-03-19 19:27:01 +00:00
parent 08e0e2230b
commit 0350c181eb
1 changed files with 1 additions and 1 deletions

View File

@ -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: