Skip to content

Commit

Permalink
modified repy_from_user_end_delimiter to not include an ending newline
Browse files Browse the repository at this point in the history
  • Loading branch information
benne238 committed Jun 30, 2021
1 parent 4dfb974 commit d858c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webqueue2api/parser/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
status_start_delimiter = action_start_delimiter + "Status updated by: "
reply_to_user_delimiter = action_start_delimiter + "Replied by: "
reply_from_user_start_delimiter = "=== Additional information supplied by user ==="
reply_from_user_end_delimiter = "===============================================\n"
reply_from_user_end_delimiter = "==============================================="



Expand Down

0 comments on commit d858c0c

Please sign in to comment.