Skip to content

Commit 6d041e4

Browse files
thulieblackderberg
andauthored
chore: add comment to client (#1450)
Co-authored-by: thulieblack <sibanda.thulie@gmail.com> Co-authored-by: Lukasz Gornicki <lpgornicki@gmail.com>
1 parent 43cd1b5 commit 6d041e4

File tree

1 file changed

+1
-0
lines changed
  • packages/templates/clients/python/websocket/template

1 file changed

+1
-0
lines changed

packages/templates/clients/python/websocket/template/client.py.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export default function ({ asyncapi, params }) {
1111
const clientName = getClientName(info);
1212
const serverUrl = getServerUrl(server);
1313
return (
14+
// The clientFileName default values can be found and modified under the package.json
1415
<File name={params.clientFileName}>
1516
<FileHeaderInfo
1617
info={info}

0 commit comments

Comments
 (0)