mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
removing whitespace
This commit is contained in:
parent
0a14d5ec46
commit
15c45b984d
|
@ -358,7 +358,7 @@ class ApiServer(RPC):
|
|||
results = self._rpc_balance(self._config['stake_currency'],
|
||||
self._config.get('fiat_display_currency', ''))
|
||||
return self.rest_dump(results)
|
||||
|
||||
|
||||
@require_login
|
||||
@rpc_catch_errors
|
||||
def _trades(self):
|
||||
|
|
|
@ -270,7 +270,7 @@ class RPC:
|
|||
})
|
||||
|
||||
return {
|
||||
"trades" : output
|
||||
"trades": output
|
||||
}
|
||||
|
||||
def _rpc_trade_statistics(
|
||||
|
|
Loading…
Reference in New Issue
Block a user