git.99rst.org
/
stevenblack-hosts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4914049
)
Typo in settings key. Fixes #126.
author
Steven Black
<redacted>
Mon, 4 Apr 2016 01:19:41 +0000
(21:19 -0400)
committer
Steven Black
<redacted>
Mon, 4 Apr 2016 01:19:41 +0000
(21:19 -0400)
updateHostsFile.py
patch
|
blob
|
history
diff --git
a/updateHostsFile.py
b/updateHostsFile.py
index 40a42f102224a69d6a44c669202e5bf9e7486af3..ef1cc92aac5414abdcd243ccbd0fba12dff44621 100644
(file)
--- a/
updateHostsFile.py
+++ b/
updateHostsFile.py
@@
-192,7
+192,7
@@
def promptForMove(finalFile):
# Exclusion logic
def displayExclusionOptions():
- for exclusionOption in settings["common
_
exclusions"]:
+ for exclusionOption in settings["commonexclusions"]:
response = query_yes_no("Do you want to exclude the domain " + exclusionOption + " ?")
if response == "yes":
excludeDomain(exclusionOption)
git clone https://git.99rst.org/PROJECT