I have generated the latest API!

This commit is contained in:
github-actions[bot]
2022-06-14 10:57:00 +00:00
parent 4933e0106c
commit 374d5bd238
10 changed files with 10 additions and 10 deletions

View File

@ -15,7 +15,7 @@ def _get_kwargs(
*,
client: Client,
) -> Dict[str, Any]:
url = "{}/file/execute/{lang}".format(client.base_url, lang=lang, output=output)
url = "{}/file/execute/{lang}?output={output}".format(client.base_url, lang=lang, output=output)
headers: Dict[str, Any] = client.get_headers()
cookies: Dict[str, Any] = client.get_cookies()