From 6285c89ca2e4c7c41e7dc62409229bc4ab45c69a Mon Sep 17 00:00:00 2001 From: Kale Date: Mon, 2 Aug 2021 08:20:43 -0700 Subject: [PATCH] Update 'maker_domains.py' --- maker_domains.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maker_domains.py b/maker_domains.py index 377e3d1..644a22b 100644 --- a/maker_domains.py +++ b/maker_domains.py @@ -22,7 +22,7 @@ def domainsbuilding(excluded ,incoming): f.write('# Title : Minoplhy Personal Blocklist\n') f.write('# Description : My Very Personal DNS Blocklist plus crawling from the source\n') f.write('# Source : Resources/Source.txt\n') - f.write('# Rule Counter : ' + str(linecounter(incoming)) +' Rules\n') + f.write('# Rule Counter : ' + str(ankstanop) +' Rules\n') f.write('# Format : Domains\n') f.write('# Licenses : MIT\n') f.write('# Compiled Date : ' + str(date) +'\n\n')