From 7a0e9db3e8741c925430e0774dbe4de2b590300d Mon Sep 17 00:00:00 2001 From: Kale Date: Mon, 2 Aug 2021 08:49:36 -0700 Subject: [PATCH] my mistaken sorry --- crawler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawler.py b/crawler.py index e6515df..5555d25 100644 --- a/crawler.py +++ b/crawler.py @@ -76,7 +76,7 @@ def excluded(excluded ,incoming): with open(incoming ,'w') as f: for line in lines: if line.strip() and not line in exclude and not line.startswith(';'): - f.write('\n'.join([line + ' CNAME .\n'])) + f.write('\n'.join([line + '\n'])) elif line.startswith((';','$','@',' IN')): f.write('\n'.join([line + '\n'])) elif not line.strip():