diff --git a/pyclashbot/bot/states.py b/pyclashbot/bot/states.py index 808b338a3..1b3ec7152 100644 --- a/pyclashbot/bot/states.py +++ b/pyclashbot/bot/states.py @@ -401,22 +401,22 @@ def state_war(logger) -> Literal["restart", "account_switching"]: #FOR OBS RECORDING OF ERRORS -def clip_that(): - import pyautogui - - #press key combination - pyautogui.keyDown("ctrl") - pyautogui.keyDown("shift") - time.sleep(0.33) - pyautogui.keyDown("r") - time.sleep(0.33) - - #unpress - pyautogui.keyUp("r") - pyautogui.keyUp("ctrl") - pyautogui.keyUp("shift") +# def clip_that(): +# import pyautogui + +# #press key combination +# pyautogui.keyDown("ctrl") +# pyautogui.keyDown("shift") +# time.sleep(0.33) +# pyautogui.keyDown("r") +# time.sleep(0.33) + +# #unpress +# pyautogui.keyUp("r") +# pyautogui.keyUp("ctrl") +# pyautogui.keyUp("shift") - print("Clipped this error!") +# print("Clipped this error!")