Skip to content

Commit 9164114

Browse files
authored
Merge pull request #7 from ilstar/ilstar-patch-1
Update http_status_code.py
2 parents c9d75f7 + ceb1667 commit 9164114

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

http_status_code.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
Author: Fred Liang
66
'''
77

8+
import sys
89
import csv
910

1011
from feedback import Feedback
1112

12-
query = '{query}'
13+
query = sys.argv[1]
1314
query = query.lower()
1415
baseurl = 'https://httpstatuses.com/'
1516

0 commit comments

Comments
 (0)