Another trivial formatting change
This commit is contained in:
parent
a72d8aa0ab
commit
aedbedc40f
@ -86,7 +86,7 @@ def enter_iron_condor(entry_time: datetime):
|
||||
try:
|
||||
_enter_iron_condor(entry_time)
|
||||
except Exception as e:
|
||||
logging.error("Error: %s", traceback.format_exc())
|
||||
logging.error('Error: %s', traceback.format_exc())
|
||||
|
||||
def _enter_iron_condor(entry_time: datetime):
|
||||
ibkr_host = getenv('IBKR_HOST')
|
||||
|
Loading…
Reference in New Issue
Block a user