mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-09 17:10:58 +00:00
Compare KDE proxy ReversedException integer value to zero
This commit is contained in:
parent
b6004fb6b1
commit
bd55c2ef8f
1 changed files with 1 additions and 1 deletions
|
|
@ -630,7 +630,7 @@ def add_kde_setting(key, value, data):
|
|||
elif value == "false":
|
||||
value = False
|
||||
else:
|
||||
value = int(value)
|
||||
value = int(value) != 0
|
||||
data["reversed_bypass"] = value
|
||||
elif key == "NoProxyFor":
|
||||
data["ignore_hosts"] = split_hosts(value)
|
||||
|
|
|
|||
Loading…
Reference in a new issue