From 360613c55b6dc87d571e260abf4ce29f15c9e3bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tuncay=20=C3=87OLAK?= Date: Mon, 5 Oct 2020 13:43:30 +0300 Subject: [PATCH] bugfix --- src/ahenkd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ahenkd.py b/src/ahenkd.py index 1b6dbde..ebcef46 100644 --- a/src/ahenkd.py +++ b/src/ahenkd.py @@ -355,7 +355,7 @@ if __name__ == '__main__': ahenk_daemon = AhenkDaemon(System.Ahenk.pid_path()) try: if len(sys.argv) == 2 and (sys.argv[1] in ('start', 'stop', 'restart', 'status')): - ahenk_daemon.set_register_user(None, None, None, None) + ahenk_daemon.set_register_user(None, None, None) if sys.argv[1] == 'start': if System.Ahenk.is_running() is True: print('There is already running Ahenk service. It will be killed.[{0}]'.format(