Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nekufa committed Sep 13, 2023
1 parent e562a40 commit 64cc557
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 @@ -153,7 +153,7 @@ class ParseEventHandler(Handler):
'''
```
## Deduplication
There is an optional if_not_exists flag. When you use it request will be registered only if not persent in a queue
There is an optional if_not_exists flag. If it is set, request will be registered only if not persent in a queue
```py
await queue.register(SycBucket, Bucket(7756527), if_not_exists=True)
await queue.register(SycBucket, Bucket(7756527), if_not_exists=True)
Expand Down

0 comments on commit 64cc557

Please sign in to comment.