debugging yay
This commit is contained in:
parent
2a66e23064
commit
bdb0d045b8
@ -58,7 +58,7 @@ class Config:
|
||||
return val
|
||||
|
||||
def __init__(self):
|
||||
print(os.environ)
|
||||
print(os.environ, file=sys.stderr)
|
||||
self.reason = Reason(os.environ["reason"])
|
||||
self.vpn_gateway = ipaddress.ip_address(os.environ["VPNGATEWAY"])
|
||||
self.vpn_pid = int(os.environ["VPNPID"]) if "VPNPID" in os.environ else None
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user