mirror of
https://github.com/gfwlist/gfwlist.git
synced 2025-12-13 13:54:02 +08:00
Rml4IGEgYnVnIGluIGxpc3QuZXJyIG91dHB1dAo=
This commit is contained in:
@@ -57,7 +57,7 @@ def main():
|
||||
print '=>', curl
|
||||
else:
|
||||
print '=>', '\033[1;31mexpecting %d, got %d\033[0m' % (expect[t], curl)
|
||||
ferr.write(str(line) + ': "' + rule[:-1] + '", expecting %d, got %d' % (expect[t], curl) + '\n')
|
||||
ferr.write(str(line) + ': "' + rule + '", expecting %d, got %d' % (expect[t], curl) + '\n')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user