Skip to content

Commit

Permalink
word
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Oct 13, 2024
1 parent a8348ce commit 71eefdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,8 @@ def announce():

if old_err:
return ("Request has been filed, "
"but the previous request encountered with the following error:\n" +
err, 409)
"but the previous request encountered the following error:\n" +
old_err, 409)
return "Request has been filed.", 202

# Utilities
Expand Down

0 comments on commit 71eefdd

Please sign in to comment.