We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4700a commit fab788fCopy full SHA for fab788f
1 file changed
app/exchange.py
@@ -204,6 +204,7 @@ def get_exchange_markets(self, exchanges=[], markets=[]):
204
if isinstance(self.exclude, list) and len(self.exclude) > 0:
205
for base_market in self.base_markets[exchange]:
206
for pair_to_exclude in self.exclude:
207
+ exchange_markets[exchange].pop(pair_to_exclude, None)
208
exchange_markets[exchange].pop(pair_to_exclude + '/' + base_market, None)
209
210
0 commit comments