Fishbot v1

This commit is contained in:
2024-09-09 23:22:29 -04:00
parent d51914053c
commit 446e584b66
5 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -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