Skip to content

Commit

Permalink
small fix to market_scanner filter argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Voyz committed Dec 2, 2024
1 parent 91bb881 commit 8029add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibind/client/ibkr_client_mixins/scanner_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def market_scanner(
'instrument': instrument,
'type': type,
'location': location,
}, optional={'filter': filter}
}, optional={'filter': filter or []}
)
return self.post('iserver/scanner/run', params)

Expand Down

0 comments on commit 8029add

Please sign in to comment.