Skip to content

Commit

Permalink
Only start gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
brndnmtthws committed Oct 29, 2024
1 parent e03027b commit 76c946c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thetagang/thetagang.py
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ def onConnected() -> None:
ibc_keywords = {
k: ibc_config[k] for k in ibc_config if k not in ["RaiseRequestErrors"]
}
ibc = IBC(1030, **ibc_keywords)
ibc = IBC(1030, gateway=True, **ibc_keywords)

ib.RaiseRequestErrors = ibc_config.get("RaiseRequestErrors", False)

Expand Down

0 comments on commit 76c946c

Please sign in to comment.