mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 00:01:36 +00:00
Declare & define insufficient_priv
This commit is contained in:
parent
70c28f5d34
commit
88451ef245
@ -19,6 +19,7 @@ class Resolver(object):
|
||||
|
||||
def original_addr(self, csock):
|
||||
peer = csock.getpeername()
|
||||
insufficient_priv = False
|
||||
try:
|
||||
stxt = subprocess.check_output(self.STATECMD, stderr=subprocess.STDOUT)
|
||||
except subprocess.CalledProcessError, e:
|
||||
|
Loading…
Reference in New Issue
Block a user