diff --git a/pokemongo_bot/__init__.py b/pokemongo_bot/__init__.py index 61c9c2d758..d98520af94 100644 --- a/pokemongo_bot/__init__.py +++ b/pokemongo_bot/__init__.py @@ -1215,21 +1215,8 @@ def heartbeat(self): data={'badge': badgename, 'level' : badgelevel } ) - - #todo move equip badge into its own task once working - #should work but gives errors :'(s - #response = self.api.equip_badge(badge_type=badge) - response = {'responses': "awaiting further testing on api call to equip_badge"} - self.event_manager.emit( - 'badges', - sender=self, - level='info', - formatted='equiped badge: {badge}', - data={'badge': response['responses']} - ) human_behaviour.action_delay(3,10) - try: self.web_update_queue.put_nowait(True) # do this outside of thread every tick except Queue.Full: