Created
August 3, 2016 18:23
-
-
Save lhung/5bdcb603b8f62e6fc23df419349a2df5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[11:03:28] Moving towards fort Duck Island Cottage, 0.12km left (attraction of lure 0.19km) | |
Traceback (most recent call last): | |
File "pokecli.py", line 446, in <module> | |
main() | |
File "pokecli.py", line 88, in main | |
report_summary(bot) | |
File "pokecli.py", line 96, in report_summary | |
metrics.capture_stats() | |
File "/home/ch594u/Documents/workspace/PokemonGo-Bot/pokemongo_bot/metrics.py", line 76, in capture_stats | |
response_dict = request.call() | |
File "/home/ch594u/Documents/workspace/PokemonGo-Bot/pokemongo_bot/api_wrapper.py", line 112, in call | |
if should_throttle_retry: | |
UnboundLocalError: local variable 'should_throttle_retry' referenced before assignment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment