Skip to content

Commit

Permalink
Update mesh_bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SpudGunMan committed Dec 13, 2024
1 parent 743b0ab commit b8016aa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mesh_bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,9 @@ def handle_satpass(message_from_id, deviceID, channel_number, message):
if satPass:
# append to passes
passes = passes + satPass + "\n"
# remove the last newline
passes = passes[:-1]

if passes == '':
passes = "No 🛰️ anytime soon"
return passes
Expand Down

0 comments on commit b8016aa

Please sign in to comment.