Skip to content

Commit

Permalink
sort script still not running
Browse files Browse the repository at this point in the history
  • Loading branch information
spirillen committed Jan 19, 2025
1 parent 8e360ce commit d8a8dbe
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/sort_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import dns.resolver
import dns.query

VERSION = "0.2b19" # Incremented beta version
VERSION = "0.2b20" # Incremented beta version

def find_files_by_name(directory, filenames):
matches = []
Expand Down Expand Up @@ -102,5 +102,3 @@ def remove_duplicates(lines):
return unique_lines

def validate_idna_domain(domain):
try:
#

0 comments on commit d8a8dbe

Please sign in to comment.