Skip to content

Commit

Permalink
Merge pull request #10 from LennyLip/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
lociii authored Sep 4, 2023
2 parents 8d79601 + a8abaf7 commit 324cdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ from django_celery_token_bucket.decorators import rate_limit


@celery_app.task(bind=True)
@rate_limit(token_bucket="my_api_client", countdown=300)
@rate_limit(token_bucket_name="my_api_client", countdown=300)
def my_tasK(self, *args, **kwargs):
return
```
Expand Down

0 comments on commit 324cdc3

Please sign in to comment.