mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-26 10:16:27 +00:00
fix #1067
This commit is contained in:
parent
76b930ff70
commit
4bdf7e035e
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user