Remove forgotten reset of self.options

master
LEdoian 3 years ago
parent 3748589731
commit 26d1ad9c79

@ -43,7 +43,6 @@ class AuthorizedKey:
self.options = None self.options = None
# Now only the key follows, so this is simple # Now only the key follows, so this is simple
self.options = None
split = line.split(' ', maxsplit=2) split = line.split(' ', maxsplit=2)
self.type = split[0] self.type = split[0]
self.key_b64 = split[1] self.key_b64 = split[1]

Loading…
Cancel
Save