Skip to content

Commit

Permalink
let cctx handle rate limits
Browse files Browse the repository at this point in the history
  • Loading branch information
gcarq committed Apr 21, 2018
1 parent 1332ab3 commit 3997b60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions freqtrade/exchange/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def init(config: dict) -> None:
'secret': exchange_config.get('secret'),
'password': exchange_config.get('password'),
'uid': exchange_config.get('uid'),
'enableRateLimit': True,
})
except (KeyError, AttributeError):
raise OperationalException('Exchange {} is not supported'.format(name))
Expand Down

0 comments on commit 3997b60

Please sign in to comment.