Closed guidiego closed 7 years ago
fix #88
I create a .stop method to App and call it on cli.py when app.run() handle a KeyInterrupt exception
.stop
App
cli.py
app.run()
KeyInterrupt
@rougeth I think that everything are right right now haha
Thanks @guidiego!! \o/
Issue
fix #88
What I do
I create a
.stop
method toApp
and call it oncli.py
whenapp.run()
handle aKeyInterrupt
exception