Skip to content

Commit

Permalink
debug line removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Q-back committed Sep 30, 2020
1 parent 182522b commit 77eeef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion w3af/core/data/parsers/doc/wsdl.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class ZeepTransport(zeep.Transport):
pass uri_opener into parser.
"""
def __init__(self):
super(ZeepTransport, self).__init__(timeout=2)
super(ZeepTransport, self).__init__()
from w3af.core.data.url.extended_urllib import ExtendedUrllib
self.uri_opener = ExtendedUrllib()
self.uri_opener.setup(disable_cache=True)
Expand Down

0 comments on commit 77eeef9

Please sign in to comment.