mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2024-11-21 15:31:00 +00:00
Fix limiter mock class
This commit is contained in:
parent
e74cdd4db3
commit
5f4ef37ed3
1 changed files with 3 additions and 0 deletions
|
@ -8,3 +8,6 @@ class Limiter:
|
|||
return f(*args, **kwargs)
|
||||
|
||||
return wrapper
|
||||
|
||||
def init_app(self, app):
|
||||
pass
|
||||
|
|
Loading…
Reference in a new issue