mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-06-04 22:24:18 -04:00
Fix limiter mock class
This commit is contained in:
parent
e74cdd4db3
commit
5f4ef37ed3
@ -8,3 +8,6 @@ class Limiter:
|
|||||||
return f(*args, **kwargs)
|
return f(*args, **kwargs)
|
||||||
|
|
||||||
return wrapper
|
return wrapper
|
||||||
|
|
||||||
|
def init_app(self, app):
|
||||||
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user