Skip to content

Commit

Permalink
Bug Fix
Browse files Browse the repository at this point in the history
Bug Fix: Crashes when followpath output is disabled
  • Loading branch information
MerlionRock committed May 9, 2017
1 parent 91333ee commit 1be1105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemongo_bot/cell_workers/follow_path.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def initialize(self):

if self.disable_location_output:
self.emit_event(
'position_update',
'followpath_output_disabled',
formatted="Bot in follow path mode, position update disabled. You will not be inform of path taken by bot."
)

Expand Down

0 comments on commit 1be1105

Please sign in to comment.