1
0

daemon: rework stopping

The CLI stop() command can now also stop the GUI.
This commit is contained in:
SomberNight
2021-11-05 17:24:03 +01:00
parent a5c4b9e719
commit 3643b9f056
3 changed files with 32 additions and 30 deletions

View File

@@ -217,7 +217,6 @@ class Commands:
@command('n')
async def stop(self):
"""Stop daemon"""
# TODO it would be nice if this could stop the GUI too
await self.daemon.stop()
return "Daemon stopped"