mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-09-24 14:20:09 +01:00
Fix default whitelist argument.
This commit is contained in:
+1
-1
@@ -205,7 +205,7 @@ def main():
|
||||
"--whitelist",
|
||||
"-w",
|
||||
dest="whitelistfile",
|
||||
default=path_join_robust(BASEDIR_PATH, "blacklist"),
|
||||
default=path_join_robust(BASEDIR_PATH, "whitelist"),
|
||||
help="Whitelist file to use while generating hosts files.",
|
||||
)
|
||||
parser.add_argument(
|
||||
|
||||
Reference in New Issue
Block a user