Skip to content

Commit

Permalink
0.9.58 fix bug: start_qmt_exe
Browse files Browse the repository at this point in the history
  • Loading branch information
zengbin93 committed Aug 7, 2024
1 parent 0bc52ec commit 8bc1cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion czsc/connectors/qmt_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def start_qmt_exe(acc, pwd, qmt_exe, title, max_retry=6, **kwargs):

wait_seconds = kwargs.get("wait_seconds", 6)
i = 0
while not find_exe_window(acc):
while not find_exe_window(title):
if i > max_retry:
logger.warning(f"QMT连续{i}次尝试依旧无法启动,请人工检查!")
break
Expand Down

0 comments on commit 8bc1cd6

Please sign in to comment.