Skip to content

Commit 56fba3a

Browse files
committed
Test renabling
1 parent dbf5d1c commit 56fba3a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update_filterlists.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
python scripts/checksum.py
3232
python scripts/mwb_parts.py antimalware.txt "Alternative list formats/mwb_parts"
3333
echo running entry dating
34-
#python -vvv scripts/ed.py
34+
python -vvv scripts/ed.py
3535
rm -rf .tranco
3636
- name: Commit & Push
3737
uses: actions-x/commit@v6

scripts/ed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def get_dns_record(domain, record):
386386
except:
387387
pass
388388

389-
if entry_data[e]["check_counter"] > 35:
389+
if entry_data[e]["check_counter"] > 45:
390390
print(f"Checking {e}...", "previous status", entry_data[e]["check_status"], "last check", entry_data[e]["last_checked"])
391391
domain_is_alive = is_alive(e, True)
392392
if "check_history" not in entry_data[e]:

0 commit comments

Comments
 (0)