Fix CI failure

This commit is contained in:
Matthias
2021-12-21 19:20:09 +01:00
parent 6ba8b17fdd
commit e5aaef6440
2 changed files with 5 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ class PairListManager(LoggingMixin):
if not self._pairlist_handlers:
raise OperationalException("No Pairlist Handlers defined")
refresh_period = config.get('refresh_period', 1800)
refresh_period = config.get('pairlist_refresh_period', 3600)
LoggingMixin.__init__(self, logger, refresh_period)
@property