#I can't change the global variable
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
i think it would work if you defined your var in your class through self
self.upclose = True
Don't use global variables
Rather use bot variables
ie add an attribute to the bot object
Also set timeout to None during init of View
you made everything completely wrong about I said…