From a0e8d560020ba6bb4c1cab0974b51d8e8aab592e Mon Sep 17 00:00:00 2001 From: Twilight <121682528+TG-Twilight@users.noreply.github.com> Date: Sun, 5 May 2024 07:15:32 +0800 Subject: [PATCH] Update Mosdns_v5.py --- script/Mosdns_v5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Mosdns_v5.py b/script/Mosdns_v5.py index 423dfa5..36e1049 100644 --- a/script/Mosdns_v5.py +++ b/script/Mosdns_v5.py @@ -1,7 +1,7 @@ import json def format_domain(domain_file): - domain = [""] + domain = [] with open(domain_file, 'r') as file: lines = file.readlines()