Skip to content

Commit

Permalink
Update screen_detector.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Leviaria authored Aug 30, 2024
1 parent 069a748 commit 9326c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clashroyalebuildabot/detectors/screen_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


class ScreenDetector:
def __init__(self, hash_size=8, threshold=20):
def __init__(self, hash_size=8, threshold=30):
self.hash_size = hash_size
self.threshold = threshold
self.screen_hashes = self._calculate_screen_hashes()
Expand Down

0 comments on commit 9326c42

Please sign in to comment.