Merge pull request #61 from SemjonKerner/fixup_checkpixelval

remove label from fishingmode for logging
This commit is contained in:
Adam Saudagar 2021-04-17 13:20:41 +05:30 committed by GitHub
commit b5a7c9621b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ class SemiFisherEngine(IEngine):
t = 0
while t < 10.0:
t += freq
logging.debug(str(FishingMode.CurrentMode.label) + ":" + str(self.fishPixWindow.get_capture()[0][0]))
logging.debug(str(FishingMode.CurrentMode) + ":" + str(self.fishPixWindow.get_capture()[0][0]))
time.sleep(freq)
logging.debug("Will display pixel values for 10 seconds")