web_server: don't exit on signal handler

This commit is contained in:
Izalia Mae 2021-10-10 05:06:10 -04:00
parent d4836c3249
commit d2b3fd6ca8

View file

@ -173,7 +173,7 @@ class Application(sanic.Sanic):
self.stop()
izzylog.info('Bye! :3')
sys.exit()
#sys.exit()
def parse_level(level):