Skip to content

Commit

Permalink
Merge pull request #6074 from davidakachaos/bad_pokemon
Browse files Browse the repository at this point in the history
Transfer fix!
  • Loading branch information
Jcolomar authored Jul 10, 2017
2 parents 1b1f125 + 8a028e4 commit 3bd2b2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pokemongo_bot/cell_workers/bad_pokemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def initialize(self):
self.config_action_wait_min = self.config.get("action_wait_min", 3)
self.config_action_wait_max = self.config.get("action_wait_max", 5)
self.min_interval = self.config.get('min_interval', 120)
self.config_max_bulktransfer = self.config.get('max_bulktransfer', 100)
self.next_update = None

def work(self):
Expand Down

0 comments on commit 3bd2b2b

Please sign in to comment.