mirror of https://github.com/d3cim/block.git
[UPDATE] - Use python3 cmd
This commit is contained in:
parent
9f2ca35d1d
commit
62ff63fb9f
|
@ -1,6 +1,6 @@
|
|||
#! /usr/bin/env python3
|
||||
|
||||
# run with python generate-domains-blocklist.py > list.txt.tmp && mv -f list.txt.tmp list
|
||||
# run with python3 generate-domains-blocklist.py > list.txt.tmp && mv -f list.txt.tmp list
|
||||
|
||||
import argparse
|
||||
import re
|
||||
|
|
Loading…
Reference in New Issue