We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8edd47 commit bcde93cCopy full SHA for bcde93c
main.py
@@ -83,7 +83,7 @@ def internal_server_error(error):
83
location, trace))
84
85
content = "There was a internal server error on the Flask app running the \
86
- LCP website. \nThe time of this error is: {0}\nError traceback:\n{2}\
+ LCP website. \nThe time of this error is: {0}\nError traceback:\n{1}\
87
".format(datetime.now(), trace)
88
if 'Username' in session:
89
content += "\nThe user tha triggered this error is: {0}".format(
0 commit comments