mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
+ return type
This commit is contained in:
@@ -198,7 +198,7 @@ class RemotePairList(IPairList):
|
||||
|
||||
return pairlist, time_elapsed
|
||||
|
||||
def init_check(self, error: str):
|
||||
def init_check(self, error: str) -> List[str]:
|
||||
if self._init_done:
|
||||
self.log_once("Error: " + error, logger.info)
|
||||
pairlist = self.return_last_pairlist()
|
||||
|
||||
Reference in New Issue
Block a user