mirror of
https://github.com/gfwlist/gfwlist.git
synced 2024-11-10 10:15:19 +00:00
Rml4IGEgYnVnIGluIGxpc3QuZXJyIG91dHB1dAo=
This commit is contained in:
parent
c9b2f403c5
commit
30e6b27661
@ -57,7 +57,7 @@ def main():
|
|||||||
print '=>', curl
|
print '=>', curl
|
||||||
else:
|
else:
|
||||||
print '=>', '\033[1;31mexpecting %d, got %d\033[0m' % (expect[t], curl)
|
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__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
Reference in New Issue
Block a user