mirror of
https://github.com/fishyboteso/fishyboteso.git
synced 2024-08-30 18:32:13 +00:00
FishingMode import fixed, updated the warning text for semifisher
This commit is contained in:
parent
bde31fce85
commit
d09dd42666
@ -5,6 +5,7 @@ from threading import Thread
|
||||
from typing import Callable, Optional
|
||||
|
||||
import cv2
|
||||
from fishy.engine.semifisher.fishing_mode import FishingMode
|
||||
|
||||
from fishy.helper.helper import log_raise
|
||||
from playsound import playsound
|
||||
@ -74,7 +75,7 @@ class SemiFisherEngine(IEngine):
|
||||
time.sleep(10)
|
||||
if not FishEvent.FishingStarted and self.start:
|
||||
logging.warning("Doesn't look like fishing has started \n"
|
||||
"Check out #read-me-first on our discord channel to troubleshoot the issue")
|
||||
"Check out #faqs on our discord channel to troubleshoot the issue")
|
||||
|
||||
def show_pixel_vals(self):
|
||||
def show():
|
||||
|
Loading…
Reference in New Issue
Block a user