We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30a1ea1 commit d6f2626Copy full SHA for d6f2626
pokemongo_bot/__init__.py
@@ -789,7 +789,7 @@ def _encounter_tutorial(self):
789
first_pokemon_id=random.choice([1,4,7])
790
response_dict=self.api.encounter_tutorial_complete(pokemon_id=first_pokemon_id)
791
try:
792
- if response_dict['responses']['ENCOUNTER_TUTORIAL_COMPLETE']['status'] == 1:
+ if response_dict['responses']['ENCOUNTER_TUTORIAL_COMPLETE']['result'] == 1:
793
return True
794
else:
795
self.logger.error("Error during encouter tutorial")
0 commit comments