Skip to content

Commit

Permalink
Writing the location file to fix the web ui (#3767)
Browse files Browse the repository at this point in the history
  • Loading branch information
elicwhite authored and douglascamata committed Aug 12, 2016
1 parent 912970a commit 5a8a95a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pokemongo_bot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1017,10 +1017,9 @@ def heartbeat(self):
pass

def update_web_location_worker(self):
pass
# while True:
# self.web_update_queue.get()
# self.update_web_location()
while True:
self.web_update_queue.get()
self.update_web_location()

def get_inventory_count(self, what):
response_dict = self.get_inventory()
Expand Down

0 comments on commit 5a8a95a

Please sign in to comment.