Skip to content

Commit

Permalink
Support adclose user self-import rules.(Test)
Browse files Browse the repository at this point in the history
  • Loading branch information
TG-Twilight authored Nov 15, 2024
1 parent c870400 commit c7c655b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/AdClose.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ def format_domain(List):


def build(rule):
return {'list': format_domain(rule.domain_list), 'suffix': '.txt', 'comment': '#', 'total': len(rule.domain_list)}
return {'list': format_domain(rule.domain_list), 'suffix': '.rule', 'comment': '#', 'total': len(rule.domain_list)}

0 comments on commit c7c655b

Please sign in to comment.