We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43cd1b5 commit 6d041e4Copy full SHA for 6d041e4
packages/templates/clients/python/websocket/template/client.py.js
@@ -11,6 +11,7 @@ export default function ({ asyncapi, params }) {
11
const clientName = getClientName(info);
12
const serverUrl = getServerUrl(server);
13
return (
14
+ // The clientFileName default values can be found and modified under the package.json
15
<File name={params.clientFileName}>
16
<FileHeaderInfo
17
info={info}
0 commit comments