Skip to content

Commit 0fda480

Browse files
committed
netauth: fix typo in from_config
1 parent bbd9b27 commit 0fda480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netauth/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def with_config(cls, path: Path, **kwargs):
151151
}
152152
args.update(kwargs)
153153

154-
return NetAuth(**kwargs)
154+
return cls(**args)
155155

156156
def __connect(self, writable: bool = False):
157157
if writable:

0 commit comments

Comments
 (0)