Skip to content

Commit

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

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

Expand Down

0 comments on commit 7cd8ca3

Please sign in to comment.