diff --git a/mastoposter/__main__.py b/mastoposter/__main__.py index d21f28f..37b4a0b 100644 --- a/mastoposter/__main__.py +++ b/mastoposter/__main__.py @@ -64,8 +64,8 @@ async def listen( source: Callable[..., AsyncGenerator[Status, None]], drains: List[FilteredIntegration], user: str, - replies_to_other_accounts_should_not_be_skipped: bool = False, /, + replies_to_other_accounts_should_not_be_skipped: bool = False, **kwargs, ): logger.info("Starting listening...")