Skip to content

Commit

Permalink
Bugfix for error messages
Browse files Browse the repository at this point in the history
  • Loading branch information
joergschultzelutter committed Mar 26, 2021
1 parent 322f0be commit 525f46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aprs_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def mycallback(raw_aprs_packet: dict):
# and get back to him with a generic response.
else:
output_message = [
"Sorry, did not understand your request. Have a look at my command"
"Sorry, did not understand your request. Have a look at my command",
"syntax, see https://github.com/joergschultzelutter/mpad",
]
logger.info(
Expand Down

0 comments on commit 525f46a

Please sign in to comment.