mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
Merge pull request #59 from SemjonKerner/remove_sleep_before_fishing
remove sleep before fishing, with bugfix in chalutier 1.1.3
This commit is contained in:
commit
e47d74afc3
@ -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…
x
Reference in New Issue
Block a user