pkulev / xoinvader

Python space game in terminal
http://mmap.me
MIT License
12 stars 1 forks source link

Game doesn't run due to tornado 5 API changes #73

Closed pkulev closed 6 years ago

pkulev commented 6 years ago

PeriodicalCallback.init now doesn't expect ioloop as parameter. Also briefly scrolling of ioloop module I saw that some things I use in application package are deprecated by v5. Upgrading tornado will be in separate issue, here we can just lock tornado version.