Skip to content

Commit

Permalink
#7 little fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 committed Aug 13, 2022
1 parent a5df57d commit d7ee701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tksbrokerapi/TKSBrokerAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -3030,7 +3030,7 @@ def Main(**kwargs):

server.ShowInstrumentsInfo(showInstruments=True)

if args.search:
elif args.search:
if args.output is not None:
server.searchResultsFile = args.output

Expand Down

0 comments on commit d7ee701

Please sign in to comment.