From bb6878402637b811f0d6091b832d78f1c5dd6733 Mon Sep 17 00:00:00 2001
From: Stephan Porada <sporada@uni-bielefeld.de>
Date: Fri, 5 Jun 2020 15:19:01 +0200
Subject: [PATCH] Fix

---
 daemon/decorators.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/daemon/decorators.py b/daemon/decorators.py
index 19d80d8e..040250a8 100644
--- a/daemon/decorators.py
+++ b/daemon/decorators.py
@@ -11,4 +11,4 @@ def background(f):
         thread = Thread(target=f, args=args, kwargs=kwargs)
         thread.start()
         return thread
-    return wrapped
\ No newline at end of file
+    return wrapped
-- 
GitLab