1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 03:58:22 +08:00

Typo: Docstring in ocr

This commit is contained in:
LmeSzinc
2020-07-15 15:50:58 +08:00
parent 50e418b7b4
commit fa3eff638f
2 changed files with 5 additions and 5 deletions

View File

@@ -159,7 +159,7 @@ class Commission:
}
self.status = dic[int(np.argmax(get_color(self.image, area)))]
@Config.when(SERVER=None)
@Config.when(SERVER='cn')
def commission_parse(self):
# Name
area = area_offset((176, 23, 420, 53), self.area[0:2])