Convert _rpc_analysed_history_full to static method

This commit is contained in:
Matthias
2020-10-16 06:26:57 +02:00
parent 8ae193f638
commit ec713ff5ae
2 changed files with 8 additions and 6 deletions

View File

@@ -563,7 +563,7 @@ class ApiServer(RPC):
config.update({
'strategy': strategy,
})
results = self._rpc_analysed_history_full(config, pair, timeframe, timerange)
results = RPC._rpc_analysed_history_full(config, pair, timeframe, timerange)
return jsonify(results)
@require_login