1
0
mirror of https://github.com/0O0o0oOoO00/Alas.git synced 2026-05-14 14:39:25 +08:00

Fix: [JP] '/' is missing in raid daily ocr

This commit is contained in:
LmeSzinc
2022-07-02 01:47:08 +08:00
parent 91ce67cf23
commit 154787cae8

View File

@@ -87,6 +87,8 @@ def raid_ocr(raid, mode):
if server.server == 'en':
# Bold in EN
return RaidCounter(button, letter=(148, 138, 123), threshold=80, lang='cnocr')
if server.server == 'jp':
return RaidCounter(button, letter=(148, 138, 123), threshold=128, lang='cnocr')
else:
return DigitCounter(button, letter=(148, 138, 123), threshold=128, lang='cnocr')
except KeyError: