fix loading obfs plugin on py3
This commit is contained in:
parent
14edb58281
commit
962a05f137
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ class server_info(object):
|
|||
|
||||
class obfs(object):
|
||||
def __init__(self, method):
|
||||
method = common.to_str(method)
|
||||
self.method = method
|
||||
self._method_info = self.get_method_info(method)
|
||||
if self._method_info:
|
||||
|
|
Loading…
Add table
Reference in a new issue