This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
-
This error is often raised at times when I connect too fast and frequently, if I remove the |
Beta Was this translation helpful? Give feedback.
Answered by
lthon09
Jul 4, 2022
Replies: 2 comments 5 replies
-
what's the issue you are having? any tracebacks? some code of of |
Beta Was this translation helpful? Give feedback.
1 reply
-
heres the code btw: @_app.before_request # TODO: fix
def before_request():
if app.get("maintenance")["value"]:
return render_template("error.html", code=503, name="Undergoing Maintenance", message="We're on maintenance, come back later!"), 503 |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
lthon09
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
heres the code btw: