dont know...

This commit is contained in:
Simon
2025-06-19 11:34:46 +00:00
parent 026266dd83
commit b94fca9986

View File

@@ -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