Sizzzles / TFT-OCR-BOT

TFT OCR Bot with auto comps loading from lolchess
GNU General Public License v3.0
18 stars 2 forks source link

It is unnecessary to get comps from lolchess every time you run main.py #11

Closed IssacSaMa closed 1 year ago

IssacSaMa commented 1 year ago

Set an instruction after running main.py to confirm whether to update comps from lolchess.

Sizzzles commented 1 year ago

I'll try getting to this when I can... For now you can remove the lines 63-70 in main.py. Should start with """checks if auto_comp files exist and deletes them""" and end with os.remove("cached_data\inputed

IssacSaMa commented 1 year ago

I'll try getting to this when I can... For now you can remove the lines 63-70 in main.py. Should start with """checks if auto_comp files exist and deletes them""" and end with os.remove("cached_data\inputed

Ok, I see. Thank you.

Sizzzles commented 1 year ago

Should note after removing those lines of code if you want updated comps just delete the cached_data folder before running main.py

Sizzzles commented 1 year ago

Now have the option if you want to update comps. If there are any issues let me know otherwise this issue can be closed. And thank you for the suggestion!