mirror of
https://github.com/laurentS/slowapi.git
synced 2026-03-13 09:10:20 +08:00
🎨 format code
This commit is contained in:
@@ -605,7 +605,9 @@ class Limiter:
|
||||
)
|
||||
except ValueError as e:
|
||||
self.logger.error(
|
||||
"Failed to configure throttling for %s (%s)", name, e,
|
||||
"Failed to configure throttling for %s (%s)",
|
||||
name,
|
||||
e,
|
||||
)
|
||||
self.__marked_for_limiting.setdefault(name, []).append(func)
|
||||
if dynamic_limit:
|
||||
|
||||
Reference in New Issue
Block a user