Correct syntax

This commit is contained in:
mrpabloyeah
2025-08-11 22:51:35 +02:00
parent 761d3f216e
commit eaf76047e3

View File

@@ -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}"