Merge pull request #46 from SemjonKerner/remove_didnt_start_popup

Remove didnt start popup (0.4.5)
This commit is contained in:
Semjon Kerner 2021-03-25 12:41:37 +01:00 committed by GitHub
commit e7eabf5cea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,8 +59,7 @@ class SemiFisherEngine(IEngine):
def _wait_and_check(self):
time.sleep(10)
if not FishEvent.FishingStarted and self.start:
self.gui.show_error("Doesn't look like fishing has started\n\n"
"Check out #read-me-first on our discord channel to troubleshoot the issue")
logging.warn("Doesn't look like fishing has started \nCheck out #read-me-first on our discord channel to troubleshoot the issue")
def show_pixel_vals(self):
def show():