Skip to content

Commit

Permalink
netauth: fix typo in from_config
Browse files Browse the repository at this point in the history
  • Loading branch information
classabbyamp committed Aug 4, 2024
1 parent bbd9b27 commit 0fda480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netauth/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def with_config(cls, path: Path, **kwargs):
}
args.update(kwargs)

return NetAuth(**kwargs)
return cls(**args)

def __connect(self, writable: bool = False):
if writable:
Expand Down

0 comments on commit 0fda480

Please sign in to comment.