diff --git a/ai/compute.py b/ai/compute.py index 6a0f8b6..11de32e 100644 --- a/ai/compute.py +++ b/ai/compute.py @@ -109,7 +109,7 @@ def wait(duration: float) -> None: def search_pc(query: str) -> None: """Presses the Windows key.""" pyautogui.hotkey('win') - wait(2) + wait(4) press_keyboard(KeyboardInput(text=query)) def reprompt(nextsteps: str, processor) -> None: