A bot that plays Teamfight Tactics using OCR. Keeps track of bench, board, items, and plays the user defined team comp.
GNU General Public License v3.0
325
stars
91
forks
source link
Error in main.py auto_queue.py settings.py #211
Closed
RadioactivePeaches closed 1 year ago
Traceback (most recent call last): File "C:\Users\picha\Desktop\TFT-OCR-BOT-main\main.py", line 7, in
import auto_queue
File "C:\Users\picha\Desktop\TFT-OCR-BOT-main\auto_queue.py", line 10, in
import settings
File "C:\Users\picha\Desktop\TFT-OCR-BOT-main\settings.py", line 5
LEAGUE_CLIENT_PATH = E:\Riot Games\League of Legends # Replace None with your path. Ex: 'C:\Riot Games\League of Legends'
^
SyntaxError: invalid syntax
![Uploading Screenshot_1.png…]()