Skip to content

Commit

Permalink
Update AutoFish.py
Browse files Browse the repository at this point in the history
  • Loading branch information
xflipperkast authored Jan 29, 2024
1 parent 0d848e1 commit 2fecb05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutoFish.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2fecb05

Please sign in to comment.