Remove ticker_interval from exchange

This commit is contained in:
Matthias
2020-06-01 20:39:01 +02:00
parent 009ea0639f
commit 898def7f6c
2 changed files with 7 additions and 7 deletions

View File

@@ -115,7 +115,7 @@ class Exchange:
if validate:
# Check if timeframe is available
self.validate_timeframes(config.get('ticker_interval'))
self.validate_timeframes(config.get('timeframe'))
# Initial markets load
self._load_markets()