fixed typo

This commit is contained in:
2025-06-24 10:48:05 -06:00
parent 4b28b98f8c
commit 7ec36b4bd2

View File

@@ -78,7 +78,7 @@ class GlobalProtectConnection(
async def _prelogin(self, options: dict[str, Variant]):
"""Perform prelogin request."""
self.logger.debug("Begin preauth with options:", {options})
self.logger.debug("Begin preauth with options:", options)
## Extract options from vardict
if "spoof_clientos" in options: