fixed typo

This commit is contained in:
Ezri Brimhall 2025-06-24 10:48:05 -06:00
parent 4b28b98f8c
commit 7ec36b4bd2
Signed by: ezri
GPG Key ID: 058A78E5680C6F24

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: