Skip to content

Commit

Permalink
Meh
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Nov 12, 2019
1 parent 0be0750 commit 0631749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w3af/core/data/url/extended_urllib.py
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ def GET(self, uri, data=None, headers=None, cache=False,
:return: An HTTPResponse object.
"""
headers = headers or None
headers = headers or Headers()

if not isinstance(uri, URL):
raise TypeError('The uri parameter of ExtendedUrllib.GET() must be'
Expand Down

0 comments on commit 0631749

Please sign in to comment.