pygame / solarwolf

☀️🐺 SolarWolf is an action/arcade game written in Python. It is free and open source, created with the Pygame game development library.
64 stars 27 forks source link

AttributeError in gamenews.py #12

Closed IT-Jake closed 11 months ago

IT-Jake commented 2 years ago

./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'?

illume commented 11 months ago

This is fixed.