tft icon indicating copy to clipboard operation
tft copied to clipboard

Some red stuff

Open siveti opened this issue 3 years ago • 0 comments

Traceback (most recent call last): File "C:\Users\12345\AppData\Local\Programs\Python\Python39\lib\tkinter_init_.py", line 1892, in call return self.func(*args) File "C:\Users\12345\PycharmProjects\tft\main\interface.py", line 172, in press_button self.add_champ_frame(number, def_value=amount) File "C:\Users\12345\PycharmProjects\tft\main\interface.py", line 229, in add_champ_frame champ_dict = self.champion_dict[nr] KeyError: 8 Exception in Tkinter callback Traceback (most recent call last): File "C:\Users\12345\AppData\Local\Programs\Python\Python39\lib\tkinter_init_.py", line 1892, in call return self.func(*args) File "C:\Users\12345\PycharmProjects\tft\main\interface.py", line 172, in press_button self.add_champ_frame(number, def_value=amount) File "C:\Users\12345\PycharmProjects\tft\main\interface.py", line 229, in add_champ_frame champ_dict = self.champion_dict[nr] KeyError: 8

Interface is up but when i click on get champs its pressing on opponents some px to the left and cannot get my own champions even when i try "only me" option

siveti avatar Sep 16 '21 03:09 siveti