Skip to content
Snippets Groups Projects
Commit bb687840 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Fix

parent 59b27d96
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment