Adjust typography and add missing space
Co-authored-by: hroff-1902 <47309513+hroff-1902@users.noreply.github.com>
This commit is contained in:
parent
2f07d21629
commit
f6f7c99b9c
@ -91,7 +91,7 @@ class Ftx(Exchange):
|
|||||||
if len(order) == 1:
|
if len(order) == 1:
|
||||||
return order[0]
|
return order[0]
|
||||||
else:
|
else:
|
||||||
raise InvalidOrderException(f"Could not get Stoploss Order for id {order_id}")
|
raise InvalidOrderException(f"Could not get stoploss order for id {order_id}")
|
||||||
|
|
||||||
except ccxt.InvalidOrder as e:
|
except ccxt.InvalidOrder as e:
|
||||||
raise InvalidOrderException(
|
raise InvalidOrderException(
|
||||||
|
Loading…
Reference in New Issue
Block a user