Adopt plot_dataframe to work with --live

This commit is contained in:
Matthias
2018-12-30 07:20:03 +01:00
parent a9abc25785
commit f0af4601f9
4 changed files with 5 additions and 5 deletions

View File

@@ -579,7 +579,7 @@ class Exchange(object):
"""
try:
# fetch ohlcv asynchronously
logger.debug("fetching %s since %s ...", pair, since_ms)
logger.debug("fetching %s, %s since %s ...", pair, tick_interval, since_ms)
data = await self._api_async.fetch_ohlcv(pair, timeframe=tick_interval,
since=since_ms)