Skip to content

Commit

Permalink
Write 'ClientHostname', not 'ClientHostName'
Browse files Browse the repository at this point in the history
  • Loading branch information
joerivanruth committed Jun 17, 2024
1 parent abfd659 commit 34582b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymonetdb/mapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ def _challenge_response(self, challenge: str): # noqa: C901
if not application_name and sys.argv:
application_name = os.path.basename(sys.argv[0])
self.clientinfo = dict(
ClientHostName=platform.node() or None,
ClientHostname=platform.node() or None,
ApplicationName=application_name or None,
ClientLibrary=f"pymonetdb {__version__}",
ClientRemark=self.target.client_remark or None,
Expand Down

0 comments on commit 34582b4

Please sign in to comment.