Ligio / ozmo

GNU General Public License v3.0
24 stars 12 forks source link

Threading isAlive has been deprecated and removed in favor of is_alive #7

Closed tirkarthi closed 3 years ago

tirkarthi commented 3 years ago

https://github.com/Ligio/ozmo/blob/bd2eb2db2e34a02031a6c06e7c475043b5059e3c/ozmo/__init__.py#L750

isAlive can be safely replaced with is_alive here