JohnTwentyTwo / Valorant-Checker-Fullcapture

Valorant account checker without using any proxies
28 stars 18 forks source link

Updated 'tkinter' askopenfile method use to fix bug #4

Open tyl7r opened 5 months ago

tyl7r commented 5 months ago

'tkinter' askopenfile() requires -filetypes (not -filetype) to run code

Bug below: File "/home/runner/Python/main.py", line 87, in checker fileNameCombo = filedialog.askopenfile(parent=root, mode='rb', title='Choose your combo',filetype=(("txt", ".txt"), ("All files", ".txt")))

s = master.tk.call(self.command, *master._options(self.options)) _tkinter.TclError: bad option "-filetype": must be -defaultextension, -filetypes, -initialdir, -initialfile, -multiple, -parent, -title, or -typevariable