aboutsummaryrefslogtreecommitdiffstats
path: root/dtube
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-03-10 00:35:41 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-03-10 00:35:41 +0100
commitd6f4d0a2732e2ce32a991dea500f8b01b81a34e8 (patch)
treefa059098ff365ab03a7ba73f5111667363543760 /dtube
parentdtube: search for closest IPrange if not not found (diff)
downloadlaurent-tools-d6f4d0a2732e2ce32a991dea500f8b01b81a34e8.tar.xz
laurent-tools-d6f4d0a2732e2ce32a991dea500f8b01b81a34e8.zip
dtube: print target as first output
Diffstat (limited to 'dtube')
-rwxr-xr-xdtube/dtube.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/dtube/dtube.py b/dtube/dtube.py
index b0a868d..c54127c 100755
--- a/dtube/dtube.py
+++ b/dtube/dtube.py
@@ -277,5 +277,7 @@ if __name__ == '__main__':
if options.url_nocache is False:
requests_cache.install_cache('cache_dtube')
+ print target
+ print
he = He.initTarget(target, verbose=options.verbose)
he.show()