Skip to content

Commit

Permalink
Update Mosdns_v5.py
Browse files Browse the repository at this point in the history
  • Loading branch information
TG-Twilight authored May 4, 2024
1 parent a177c33 commit a0e8d56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Mosdns_v5.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import json

def format_domain(domain_file):
domain = [""]
domain = []
with open(domain_file, 'r') as file:
lines = file.readlines()

Expand Down

0 comments on commit a0e8d56

Please sign in to comment.