diff --git a/daemon/decorators.py b/daemon/decorators.py index 19d80d8ed05e2b6fbc48ee954ad6e210f5762435..040250a87e17cc3a0a0bcf711a94f1ebc3d08b6d 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