Merge pull request #69 from Ancient123/patch-1

Add a 100ms sleep to semifisher loop
This commit is contained in:
Adam Saudagar 2021-05-07 19:54:55 +05:30 committed by GitHub
commit f8806b357a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,6 +51,7 @@ class SemiFisherEngine(IEngine):
self.fishPixWindow.crop = PixelLoc.val
fishing_mode.loop(capture[0][0])
time.sleep(0.1)
logging.info("Fishing engine stopped")
self.gui.bot_started(False)