#140 service shouldn't start with -d by default

xkb
sezanzeb 3 years ago
parent c7e6d8a0db
commit 17e6c1bef9

@ -238,7 +238,6 @@ if __name__ == '__main__':
if options.command is not None:
if options.command in INTERNALS:
options.debug = True
internals(options)
elif options.command in COMMANDS:
from keymapper.daemon import Daemon

Loading…
Cancel
Save