You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./gamenews.py", line 237, in run
if self.thread and (not self.thread.isAlive() and self.success):
AttributeError: 'Thread' object has no attribute 'isAlive'. Did you mean: 'is_alive'?
The text was updated successfully, but these errors were encountered:
./gamenews.py", line 237, in run
if self.thread and (not self.thread.isAlive() and self.success):
AttributeError: 'Thread' object has no attribute 'isAlive'. Did you mean: 'is_alive'?
The text was updated successfully, but these errors were encountered: