This commit is contained in:
Maximilian Hils 2016-04-02 20:20:28 +02:00
parent 76b930ff70
commit 4bdf7e035e

View File

@ -386,7 +386,7 @@ class SSLCert(Serializable):
@classmethod
def from_state(cls, state):
cls.from_pem(state)
return cls.from_pem(state)
@classmethod
def from_pem(cls, txt):