[UPDATE] - Use python3 cmd

This commit is contained in:
quindecim 2021-02-23 04:31:06 -05:00
parent 9f2ca35d1d
commit 62ff63fb9f
1 changed files with 1 additions and 1 deletions

View File

@ -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