mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
Merge pull request #69 from Ancient123/patch-1
Add a 100ms sleep to semifisher loop
This commit is contained in:
commit
f8806b357a
@ -51,6 +51,7 @@ class SemiFisherEngine(IEngine):
|
|||||||
|
|
||||||
self.fishPixWindow.crop = PixelLoc.val
|
self.fishPixWindow.crop = PixelLoc.val
|
||||||
fishing_mode.loop(capture[0][0])
|
fishing_mode.loop(capture[0][0])
|
||||||
|
time.sleep(0.1)
|
||||||
|
|
||||||
logging.info("Fishing engine stopped")
|
logging.info("Fishing engine stopped")
|
||||||
self.gui.bot_started(False)
|
self.gui.bot_started(False)
|
||||||
|
Loading…
Reference in New Issue
Block a user