Skip to content

Commit

Permalink
* Fix incorrect log entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtgee committed May 2, 2024
1 parent 6603ff2 commit 737ffe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panoptes/pocs/state/states/default/parked.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ def on_enter(event_data):
pocs.next_state = 'housekeeping'
break
else:
pocs.say("Seems to be bad weather. I'll wait another 30 minutes.")
pocs.say("Seems to be bad weather. I'll wait another 5 minutes.")

0 comments on commit 737ffe0

Please sign in to comment.