diff --git a/AutoFish.py b/AutoFish.py index eb0a631..46d3f46 100644 --- a/AutoFish.py +++ b/AutoFish.py @@ -37,9 +37,9 @@ def toggle_running(): status = "Running" if running else "Paused" print(f"{status}. Press 's' to start/pause.") - keyboard.add_hotkey('s', toggle_running) #change hotkey if you want + keyboard.add_hotkey('p', toggle_running) #change hotkey if you want - print("autofish loaded. Press 's' to start/pause.") #hotkey + print("autofish loaded. Press 'p' to start/pause.") #hotkey while True: if running: