remove top50

This commit is contained in:
Johnshall
2021-12-06 18:46:31 +08:00
parent 308685621d
commit f06e7dad03
2 changed files with 6 additions and 6 deletions

View File

@@ -55,8 +55,8 @@ values = {}
values['build_time'] = time.strftime("%Y-%m-%d %H:%M:%S")
values['top500_proxy'] = getRulesStringFromFile('resultant/top50_proxy.list', 'Proxy')
values['top500_direct'] = getRulesStringFromFile('resultant/top50_direct.list', 'Direct')
values['top500_proxy'] = getRulesStringFromFile('resultant/top500_proxy.list', 'Proxy')
values['top500_direct'] = getRulesStringFromFile('resultant/top500_direct.list', 'Direct')
values['ad'] = getRulesStringFromFile('resultant/ad.list', 'Reject')