fix some typos

This commit is contained in:
Matthias
2020-10-04 09:12:52 +02:00
parent 176006da29
commit 63e1cba597
3 changed files with 7 additions and 7 deletions

View File

@@ -701,7 +701,7 @@ class RPC:
})
return res
def _analysed_dataframe(self, pair: str, timeframe: str, limit: int) -> Dict[str, Any]:
def _rpc_analysed_dataframe(self, pair: str, timeframe: str, limit: int) -> Dict[str, Any]:
_data, last_analyzed = self._freqtrade.dataprovider.get_analyzed_dataframe(
pair, timeframe)