add --rproxy for explicit proxy level

This commit is contained in:
ed
2021-06-13 22:22:31 +02:00
parent a537064da7
commit 241a143366
5 changed files with 47 additions and 29 deletions

View File

@@ -28,6 +28,7 @@ class Cfg(Namespace):
a=a,
v=v,
c=c,
rproxy=0,
ed=False,
no_zip=False,
no_scandir=False,

View File

@@ -24,6 +24,7 @@ class Cfg(Namespace):
"hist": None,
"no_hash": False,
"css_browser": None,
"rproxy": 0,
}
ex.update(ex2)
super(Cfg, self).__init__(a=a, v=v, c=c, **ex)