Another trivial formatting change

This commit is contained in:
moshferatu 2024-02-14 12:35:38 -08:00
parent a72d8aa0ab
commit aedbedc40f

View File

@ -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')