mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
remove sleep before fishing, with bugfix in chalutier 1.1.3
This commit is contained in:
parent
7f316f6fa6
commit
f31e008fbb
@ -39,10 +39,7 @@ def loop(hsv):
|
||||
if all(hsv == s.value):
|
||||
FishingMode.CurrentMode = s
|
||||
|
||||
if FishingMode.CurrentMode == State.LOOKING:
|
||||
_notify(FishingMode.CurrentMode)
|
||||
time.sleep(1)
|
||||
elif FishingMode.CurrentMode != FishingMode.PrevMode:
|
||||
if FishingMode.CurrentMode != FishingMode.PrevMode:
|
||||
_notify(FishingMode.CurrentMode)
|
||||
|
||||
FishingMode.PrevMode = FishingMode.CurrentMode
|
||||
|
Loading…
Reference in New Issue
Block a user