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