Skip to content

Commit

Permalink
Update http_status_code.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ilstar authored May 1, 2022
1 parent c9d75f7 commit ceb1667
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion http_status_code.py
Original file line number Diff line number Diff line change
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 ceb1667

Please sign in to comment.