i knew i would miss one
parent
76c476f258
commit
ae69c79a51
|
@ -148,7 +148,7 @@ class Townie(User):
|
||||||
if pubkey.key.startswith('ssh-'):
|
if pubkey.key.startswith('ssh-'):
|
||||||
content += '\n{}'.format(pubkey.key)
|
content += '\n{}'.format(pubkey.key)
|
||||||
else:
|
else:
|
||||||
content += '\n{} {}'.format(key.key_type, pubkey.key)
|
content += '\n{} {}'.format(pubkey.key_type, pubkey.key)
|
||||||
|
|
||||||
return content
|
return content
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue