Skip to content

Commit

Permalink
Added emissing code forgot to add in commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Hanson committed Feb 6, 2018
1 parent bed2a76 commit 1bf0463
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dnsdumpster/DNSDumpsterAPI.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ def __init__(self, verbose=False, session=None):
self.verbose = verbose
if not session:
self.session = requests.Session()
else:
self.session = session

def display_message(self, s):
if self.verbose:
Expand Down

0 comments on commit 1bf0463

Please sign in to comment.