MicLon
MicLon
The `RateLimiter` class was designed to allow time constraints to be null and default to 0. It can be assumed that if the user does not pass any time constraints,...
like: ```python settings = { "bark": { "token": "YOUR_BARK_TOKEN", } } notify = useNotify.from_settings(settings) ... ```
🐞 fix: `force_text` ``` from django.utils.encoding import force_str as force_text ``` 🐞 fix: `utc` ``` from datetime import timezone utc = timezone.utc ```