mirror of
https://github.com/mahdibland/V2RayAggregator.git
synced 2026-06-24 21:34:12 +08:00
Update eternity_convert.py
This commit is contained in:
parent
4e9c023544
commit
80a82c6383
@ -141,10 +141,11 @@ def eternity_convert(file, config, output, provider_file_enabled=True):
|
||||
try:
|
||||
speed = substrings(log_lines[indexx], "avg_speed:", "|")
|
||||
name_dict[key].append(proxy['name'] + " | " + speed)
|
||||
indexx += 1
|
||||
except:
|
||||
name_dict[key].append(proxy['name'])
|
||||
print(log_lines[indexx])
|
||||
|
||||
indexx += 1
|
||||
|
||||
if provider_dic[key]['proxies'] is None:
|
||||
name_dict[key].append('DIRECT')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user