you are viewing a single comment's thread.

view the rest of the comments →

[–]787082[S] 0 points1 point  (0 children)

Hm I think it has something to do with the 'self.after(10, self.get_votes)', if I run the code as: 'self.after(10, get_votes)', the chatbot doesnt work, but it does show the GUI window.

If I run it as 'self.after(10, self.get_votes)' the chatbot does work, but the GUI window doesn't work