mirror of
https://github.com/mahdibland/V2RayAggregator.git
synced 2026-06-24 21:34:12 +08:00
Update list_merge.py
This commit is contained in:
parent
ddce00b3dd
commit
b2d901f0df
@ -161,7 +161,7 @@ class sub_merge():
|
||||
content_raw = sub_convert.yaml_decode(content_yaml)
|
||||
|
||||
content_raw = list(
|
||||
filter(lambda x: x != '', '\n'.join(content_raw).split("\n")))
|
||||
filter(lambda x: x != '', content_raw.split("\n")))
|
||||
content_raw = "\n".join(content_raw)
|
||||
|
||||
content_base64 = sub_convert.base64_encode(content_raw)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user