mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-03 11:17:24 +00:00
fix #1067
This commit is contained in:
parent
76b930ff70
commit
4bdf7e035e
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue