diff --git a/railib/api.py b/railib/api.py index 8e28b72..8a45c42 100644 --- a/railib/api.py +++ b/railib/api.py @@ -928,7 +928,7 @@ def exec_async( command: str, readonly: bool = True, inputs: dict = None, - language: str = "", + language: str = "rel", **kwargs, ) -> TransactionAsyncResponse: tx = TransactionAsync(database, engine, readonly=readonly)