let cctx handle rate limits
This commit is contained in:
parent
1332ab397f
commit
3997b6038d
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user