Skip to content

Commit

Permalink
don't return t
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Jun 24, 2024
1 parent 57a0169 commit 8582a66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/util/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ def decorator(*args, **kwargs):
t = Thread(target=function, args=args, kwargs=kwargs)
t.daemon = True
t.start()
return t

return decorator

Expand Down

0 comments on commit 8582a66

Please sign in to comment.