Skip to content

Commit

Permalink
Update scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Sep 20, 2023
1 parent ac11ff9 commit 813865f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
steps:
- checkout
- run: |
python3 /usr/bin/SFLB.py ./KADhosts.txt ./KADhole.txt ./KADomains.txt
python3 /usr/bin/SFLB.py KADhosts.txt KADhole.txt KADomains.txt
workflows:
version: 2
workflow:
Expand Down
2 changes: 2 additions & 0 deletions scripts/IsOnline.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@
for i, page in enumerate(pages):
pages[i] = re.sub(WWW_PAT, "", page, count=1)

pages = sorted(set(pages))

sem_value = 10
exclusions_path = pj(main_path, "exclusions")

Expand Down

0 comments on commit 813865f

Please sign in to comment.