Skip to content

Commit

Permalink
fix error message
Browse files Browse the repository at this point in the history
  • Loading branch information
elfeto committed Feb 7, 2020
1 parent a8edd47 commit bcde93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def internal_server_error(error):
location, trace))

content = "There was a internal server error on the Flask app running the \
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}\
".format(datetime.now(), trace)
if 'Username' in session:
content += "\nThe user tha triggered this error is: {0}".format(
Expand Down

0 comments on commit bcde93c

Please sign in to comment.