From b94fca998641127df02406093c6ffda3bde27806 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 19 Jun 2025 11:34:46 +0000 Subject: [PATCH] dont know... --- burp/start_burp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/burp/start_burp.py b/burp/start_burp.py index bfab422..dc887ef 100644 --- a/burp/start_burp.py +++ b/burp/start_burp.py @@ -82,11 +82,11 @@ while True: button = None history_clicked = True try: - button = pyautogui.locateCenterOnScreen("/app/burp/sort.png", confidence=0.8) + button = pyautogui.locateCenterOnScreen("/app/burp/sort.png", confidence=0.99) except: pass if button and not sort_clicked: + sort_clicked = True print("Clicking on the 'Sorting' button...") pyautogui.click(button) button = None - sort_clicked = True