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 d8a8dbe commit 92c06ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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.2b20" # Incremented beta version
VERSION = "0.2b21" # Incremented beta version

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

def validate_idna_domain(domain):
try:

0 comments on commit 92c06ca

Please sign in to comment.