mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 08:33:07 +00:00
Correct syntax
This commit is contained in:
@@ -170,7 +170,7 @@ class MarketCapPairList(IPairList):
|
|||||||
if test_pair in pairlist:
|
if test_pair in pairlist:
|
||||||
return test_pair
|
return test_pair
|
||||||
|
|
||||||
if not test_pair in markets:
|
if test_pair not in markets:
|
||||||
for prefix in prefixes:
|
for prefix in prefixes:
|
||||||
test_prefix = f"{prefix}{test_pair}"
|
test_prefix = f"{prefix}{test_pair}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user