make fenrir quitable with eventloop, remove delay in evdevDriver

This commit is contained in:
Chrys
2017-06-21 14:22:22 +02:00
parent 461e9bb5b3
commit c8dd57e4b4
5 changed files with 7 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ class command():
return _('exits Fenrir')
def run(self):
self.env['general']['running'] = False
self.env['eventManager'].stopMainEventLoop()
def setCallback(self, callback):
pass