Correct syntax

pull/12077/head
mrpabloyeah 9 months ago
parent 761d3f216e
commit eaf76047e3

@ -170,7 +170,7 @@ class MarketCapPairList(IPairList):
if test_pair in pairlist:
return test_pair
if not test_pair in markets:
if test_pair not in markets:
for prefix in prefixes:
test_prefix = f"{prefix}{test_pair}"

Loading…
Cancel
Save