mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
flush db connection after forcesell
This commit is contained in:
parent
7f881cce85
commit
61b2373dd1
|
@ -354,6 +354,7 @@ class RPC(object):
|
|||
return True, 'Invalid argument.'
|
||||
|
||||
_exec_forcesell(trade)
|
||||
Trade.session.flush()
|
||||
return False, ''
|
||||
|
||||
def rpc_performance(self) -> Tuple[bool, Any]:
|
||||
|
|
Loading…
Reference in New Issue
Block a user