Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fe5c6c9

Browse files
authoredFeb 14, 2020
Update StatusCode.py
1 parent d9c1181 commit fe5c6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎StatusCode.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def check(out, url):
3838

3939
if out != 'None':
4040
with open(out, 'a') as f:
41-
f.write(str(scode)+" | "+url+"\n")
41+
f.write(str(scode)+" | "+url+" | "+length+"\n")
4242
f.close()
4343

4444
return True

0 commit comments

Comments
 (0)
Please sign in to comment.