Galip Yuksel

Results 2 issues of Galip Yuksel

After the `self.destroy()` code is activated, something appears on the console as in the picture. What is this? ![image](https://user-images.githubusercontent.com/85893202/183591136-1ffaa701-fb1d-4657-af33-d4e92f9c6af1.png)

`self.label_3 = customtkinter.CTkLabel(master=self.frame, text="Register.", cursor="hand2") self.label_3.place(relx=0.5, rely=0.84, anchor=tkinter.CENTER) self.label_3.bind("", lambda e: self.openUrl)` Why didn't this code work for me? I click on the text but it doesn't work

information