.clearing._client: return early on cancel-dead-dialog attempts

basic_buy_bot
Tyler Goodlet 2023-06-14 13:53:31 -04:00
parent 921e18728c
commit 0f8c685735
1 changed files with 2 additions and 0 deletions

View File

@ -132,6 +132,8 @@ class OrderClient(Struct):
f'Maybe there is a stale entry or line?\n' f'Maybe there is a stale entry or line?\n'
f'You should report this as a bug!' f'You should report this as a bug!'
) )
return
fqme = str(cmd.symbol) fqme = str(cmd.symbol)
return Cancel( return Cancel(
oid=uuid, oid=uuid,