Return date column unmodified

This commit is contained in:
Matthias
2020-07-11 15:20:50 +02:00
parent 482f1faa88
commit b93ad8840a
2 changed files with 6 additions and 4 deletions

View File

@@ -548,7 +548,6 @@ class ApiServer(RPC):
results = self._rpc_analysed_history_full(pair, timeframe, timerange)
return self.rest_dump(results)
@require_login
@rpc_catch_errors
def _plot_config(self):