matthewjwhite / crystal-skull

:skull: Highly-configurable, telnet-compatible, text-based RPG
MIT License
0 stars 0 forks source link

Fix gevent startup issues #3

Closed matthewjwhite closed 4 years ago

matthewjwhite commented 4 years ago

Gevent tends to not be very happy if the monkey patching isn't done at a certain time. The import order changes done for the Pylint fixes got Gevent into a bad state, where the interpreter just dies.

Move the monkey patching to the top of the entrypoint script, which will also keep Pylint happy.