mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-02 12:21:08 +00:00
refresh_period not necessary for a local file
This commit is contained in:
@@ -281,8 +281,7 @@ class RemotePairList(IPairList):
|
||||
|
||||
def save_pairlist(self, pairlist: List[str], filename: str) -> None:
|
||||
pairlist_data = {
|
||||
"pairs": pairlist,
|
||||
"refresh_period": self._refresh_period
|
||||
"pairs": pairlist
|
||||
}
|
||||
try:
|
||||
file_path = Path(filename)
|
||||
|
||||
Reference in New Issue
Block a user