diff --git a/deltachat-rpc-client/src/deltachat_rpc_client/client.py b/deltachat-rpc-client/src/deltachat_rpc_client/client.py index 11b3bb2fd..3fe61b289 100644 --- a/deltachat-rpc-client/src/deltachat_rpc_client/client.py +++ b/deltachat-rpc-client/src/deltachat_rpc_client/client.py @@ -104,7 +104,7 @@ class Client: def _process_events( self, - until_func: Callable[[AttrDict], bool], + until_func: Callable[[AttrDict], bool] = _forever, until_event: EventType = False, ) -> AttrDict: """Process events until the given callable evaluates to True,