We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e22b85 commit 4a98464Copy full SHA for 4a98464
1 file changed
flask_phpbb3/backends/base.py
@@ -53,7 +53,9 @@ def execute(
53
command: str,
54
cache: bool = False,
55
cache_ttl: Optional[int] = None,
56
- **kwargs
+ skip: int = 0,
57
+ limit: Optional[int] = 10,
58
+ **kwargs: int | str
59
) -> Any:
60
raise NotImplementedError
61
0 commit comments