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