Skip to content

Commit

Permalink
Further attempting to clarify the pump comms message
Browse files Browse the repository at this point in the history
  • Loading branch information
danamlewis authored May 15, 2017
1 parent 023cb81 commit e0ce20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/mmeowlink-any-pump-comms.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# app.run doesn't return the call status, so we need to interrogate the object:
if app.app_result == 0:
print("No pump comms detected from other rigs (this is a good thing!)")
print("No interfering pump comms detected from other rigs (this is a good thing!)")
else:
print("Comms with pump detected")

Expand Down

0 comments on commit e0ce20b

Please sign in to comment.