mirror of
https://github.com/TG-Twilight/AWAvenue-Ads-Rule.git
synced 2025-11-04 14:49:47 +08:00
fix Shadowrocket.py
Some checks are pending
build Rule / execute_python_script (push) Waiting to run
Some checks are pending
build Rule / execute_python_script (push) Waiting to run
This commit is contained in:
parent
85c243ff37
commit
4285a2bd15
@ -15,4 +15,4 @@ def format_ip(List):
|
||||
|
||||
def build(rule):
|
||||
list = format_ip(rule.ip_list) + format_domain(rule.domain_list)
|
||||
return {'list': list, 'suffix': '.conf', 'comment': '#', 'total': len(conf)}
|
||||
return {'list': list, 'suffix': '.conf', 'comment': '#', 'total': len(list)}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user