fix Shadowrocket.py
Some checks are pending
build Rule / execute_python_script (push) Waiting to run

This commit is contained in:
Simon Twilight 2025-07-29 15:52:12 +08:00 committed by GitHub
parent 85c243ff37
commit 4285a2bd15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)}