Orthography in the log message

This commit is contained in:
hroff-1902 2019-02-13 12:42:39 +03:00 committed by GitHub
parent 8fc8c985d8
commit 8e7e670003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class IStrategy(ABC):
dataframe = self.advise_sell(dataframe, metadata)
self._last_candle_seen_per_pair[pair] = dataframe.iloc[-1]['date']
else:
logger.debug("Skippinig TA Analysis for already analyzed candle")
logger.debug("Skipping TA Analysis for already analyzed candle")
dataframe['buy'] = 0
dataframe['sell'] = 0