Skip to content

Commit

Permalink
Merge pull request #7 from ilstar/ilstar-patch-1
Browse files Browse the repository at this point in the history
Update http_status_code.py
  • Loading branch information
ilstar committed May 1, 2022
2 parents c9d75f7 + ceb1667 commit 9164114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion http_status_code.py
Expand Up @@ -5,11 +5,12 @@
Author: Fred Liang
'''

import sys
import csv

from feedback import Feedback

query = '{query}'
query = sys.argv[1]
query = query.lower()
baseurl = 'https://httpstatuses.com/'

Expand Down

0 comments on commit 9164114

Please sign in to comment.