steve1316 / granblue-automation-pyautogui

Educational application aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using a variety of CV technologies in the backend such as OpenCV, PyAutoGUI and EasyOCR and a frontend coded in Typescript.
https://github.com/steve1316/granblue-automation-pyautogui/wiki
119 stars 36 forks source link

Fix `TypeError: unsupported operand type(s) for -: 'str' and 'int'` when farming raid #205

Closed christianciu closed 9 months ago

christianciu commented 9 months ago

Seems like list_pos data type is str here

Should fix issue #203