Skip to content

Commit

Permalink
Add module information in X-Powered-By
Browse files Browse the repository at this point in the history
  • Loading branch information
sokoli1 committed Feb 27, 2024
1 parent 709b961 commit 329d805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/api_client.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ApiClient:
self.client_side_validation = configuration.client_side_validation

# Set default X-Powered-By.
self.powered_by = f"PNAP-python-sdk-bmc/{{{packageVersion}}}"
self.powered_by = f"PNAP-python-sdk-bmc/{{{packageName}}}/{{{packageVersion}}}"

{{#asyncio}}
async def __aenter__(self):
Expand Down

0 comments on commit 329d805

Please sign in to comment.