Skip to content

Commit

Permalink
sort script still not running fine
Browse files Browse the repository at this point in the history
  • Loading branch information
spirillen committed Jan 19, 2025
1 parent 4abb372 commit ea00132
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 411 deletions.
91 changes: 0 additions & 91 deletions .github/workflows/compile.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/label.yml.offline

This file was deleted.

22 changes: 0 additions & 22 deletions .github/workflows/lockdown.yml.offline

This file was deleted.

File renamed without changes.
1 change: 1 addition & 0 deletions source/bait_sites/wildcard.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
4url.cc

addtoany.com
aircanada.ca
aisinsurance.com
Expand Down
4 changes: 2 additions & 2 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.2b16" # Incremented beta version
VERSION = "0.2b17" # Incremented beta version

def find_files_by_name(directory, filenames):
matches = []
Expand All @@ -24,7 +24,7 @@ def find_files_by_name(directory, filenames):
return matches

def get_modified_files_in_last_commit():
output = check_output(["git", "diff", "--name-only", "HEAD~1", "HEAD"]).decode().splitlines()
output = check_output(["git", "diff", "--name-only", "HEAD~2", "HEAD"]).decode().splitlines()
return output

def fetch_valid_tlds(proxy):
Expand Down
11 changes: 0 additions & 11 deletions tools/sort_lists_project/Cargo.toml

This file was deleted.

179 changes: 0 additions & 179 deletions tools/sort_lists_project/src/main.rs

This file was deleted.

Loading

0 comments on commit ea00132

Please sign in to comment.