Skip to content

Commit bcde93c

Browse files
committed
fix error message
1 parent a8edd47 commit bcde93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ def internal_server_error(error):
8383
location, trace))
8484

8585
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}\
86+
LCP website. \nThe time of this error is: {0}\nError traceback:\n{1}\
8787
".format(datetime.now(), trace)
8888
if 'Username' in session:
8989
content += "\nThe user tha triggered this error is: {0}".format(

0 commit comments

Comments
 (0)