Skip to content

Commit

Permalink
another stupid bug
Browse files Browse the repository at this point in the history
  • Loading branch information
fportantier committed Dec 30, 2018
1 parent 31c8070 commit ca1ffcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion habu/cli/cmd_web_tech.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def cmd_web_tech(url, no_cache, verbose):
}
"""

response = webid(url, no_cache, verbose)
response = web_tech(url, no_cache, verbose)
print(json.dumps(response, indent=4))

if __name__ == '__main__':
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='habu',
version='0.0.96',
version='0.0.97',
description='Python Network Hacking Toolkit',
long_description=readme,
long_description_content_type='text/x-rst',
Expand Down

0 comments on commit ca1ffcc

Please sign in to comment.