Fishbot v1
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ class Monitor:
|
||||
|
||||
matchRatio = max_val * 100
|
||||
self.logger.log(matchRatio)
|
||||
if (matchRatio < 40):
|
||||
if (matchRatio < 55):
|
||||
self.logger.log("Cannot find matching result...")
|
||||
return -1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user