We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca4927c commit 59e611dCopy full SHA for 59e611d
examples/list_hosts.py
@@ -37,8 +37,6 @@ def usage():
37
count = 100
38
print_json = False
39
for opt, arg in opts:
40
- print opt
41
- print arg
42
if opt in ("-d", "--duration"):
43
duration = int(arg)
44
elif opt in ("-c", "--count"):
0 commit comments