We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084bc05 commit ee23d65Copy full SHA for ee23d65
1 file changed
src/tasks/CommissionsTask.py
@@ -90,6 +90,7 @@ def open_in_mission_menu(self, time_out=20, raise_if_not_found=True):
90
else:
91
if raise_if_not_found:
92
raise Exception("未找到任务菜单")
93
+ self.sleep(0.2)
94
return found
95
96
def start_mission(self, timeout=10):
0 commit comments