Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Dec 15, 2019
1 parent 067e560 commit da583e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -115,7 +115,7 @@ def worker3(task, **kwargs):

@background_worker(event=True)
def worker4(**kwargs):
print('I run when triggered with high priority')
print('I run when triggered')

worker1.start()
worker_async.start()
Expand Down

0 comments on commit da583e7

Please sign in to comment.