We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c1181 commit fe5c6c9Copy full SHA for fe5c6c9
StatusCode.py
@@ -38,7 +38,7 @@ def check(out, url):
38
39
if out != 'None':
40
with open(out, 'a') as f:
41
- f.write(str(scode)+" | "+url+"\n")
+ f.write(str(scode)+" | "+url+" | "+length+"\n")
42
f.close()
43
44
return True
0 commit comments