Commit 4b31f5be authored by Jens Jørgen Mortensen's avatar Jens Jørgen Mortensen
Browse files

Merge branch 'master' of gitlab.com:myqueue/myqueue

parents 750e2e3a 30f7353c
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -40,8 +40,6 @@ def start_daemon(config: Configuration) -> bool:
    if is_running(pidfile):
        return False

    pidfile.touch()

    pid = os.fork()
    if pid == 0:
        if os.getenv('MYQUEUE_TESTING'):