1 parent b68552d commit 7037dc4Copy full SHA for 7037dc4
1 file changed
feeluown/app.py
@@ -172,13 +172,13 @@ def about_to_exit(self):
172
Signal.teardown_aio_support()
173
except: # noqa
174
logger.exception("about-to-exit failed")
175
+ logger.info('Ready for shutdown')
176
177
def exit_player(self):
178
self.player.shutdown() # this cause 'abort trap' on macOS
179
180
def exit(self):
181
self.about_to_exit()
- logger.info('Shutdown event loop')
182
loop = asyncio.get_event_loop()
183
loop.stop()
184
loop.close()
0 commit comments