Skip to content

Commit

Permalink
Fix Typo in unexpected_response_retry
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-bonanni authored Aug 3, 2016
1 parent 2f91fd0 commit f0a6d9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pokemongo_bot/api_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def call(self, max_retry=15):
continue # skip response checking

if should_unexpected_response_retry:
unexpected_reponse_retry += 1
unexpected_response_retry += 1
if unexpected_response_retry >= 5:
logger.log('Server is not responding correctly to our requests. Waiting for 30 seconds to reconnect.', 'red')
sleep(30)
Expand Down

0 comments on commit f0a6d9d

Please sign in to comment.