diff --git a/burp/start_burp.py b/burp/start_burp.py index dc887ef..f21dbbb 100644 --- a/burp/start_burp.py +++ b/burp/start_burp.py @@ -42,7 +42,7 @@ while True: if button: print("Clicking on the 'Next' button...") pyautogui.click(button) - button = None + button = None try: button = pyautogui.locateCenterOnScreen("/app/burp/start_burp.png", confidence=0.8) @@ -51,7 +51,7 @@ while True: if button: print("Clicking on the 'Start Burp' button...") pyautogui.click(button) - button = None + button = None try: button = pyautogui.locateCenterOnScreen("/app/burp/accept.png", confidence=0.8) @@ -60,7 +60,7 @@ while True: if button: print("Clicking on the 'Accept' button...") pyautogui.click(button) - button = None + button = None try: button = pyautogui.locateCenterOnScreen("/app/burp/proxy.png", confidence=0.8) @@ -69,7 +69,7 @@ while True: if button and not proxy_clicked: print("Clicking on the 'Proxy' button...") pyautogui.click(button) - button = None + button = None proxy_clicked = True try: @@ -79,7 +79,7 @@ while True: if button and not history_clicked: print("Clicking on the 'HTTP History' button...") pyautogui.click(button) - button = None + button = None history_clicked = True try: button = pyautogui.locateCenterOnScreen("/app/burp/sort.png", confidence=0.99) @@ -89,4 +89,4 @@ while True: sort_clicked = True print("Clicking on the 'Sorting' button...") pyautogui.click(button) - button = None + button = None diff --git a/src/api.rs b/src/api.rs index 3c7643f..52ef855 100644 --- a/src/api.rs +++ b/src/api.rs @@ -248,17 +248,18 @@ async fn status(req: HttpRequest) -> Result { } ], nsfw: true, - });status.add_channel(Channel { - id: "erothots".to_string(), - name: "Erothots".to_string(), - description: "Free Onlyfans Content".to_string(), - premium: false, - favicon: "https://www.google.com/s2/favicons?sz=64&domain=erothots.co".to_string(), - status: "active".to_string(), - categories: vec![], - options: vec![], - nsfw: true, }); + // status.add_channel(Channel { + // id: "erothots".to_string(), + // name: "Erothots".to_string(), + // description: "Free Onlyfans Content".to_string(), + // premium: false, + // favicon: "https://www.google.com/s2/favicons?sz=64&domain=erothots.co".to_string(), + // status: "active".to_string(), + // categories: vec![], + // options: vec![], + // nsfw: true, + // }); status.add_channel(Channel { id: "spankbang".to_string(), name: "Work in Progress - SpankBang".to_string(),