From 0ea2a0440f26e5c546df36471a0558b17ba580e7 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Wed, 2 Mar 2016 23:30:16 +0100 Subject: [PATCH] bug --- etherdump/commands/list.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etherdump/commands/list.py b/etherdump/commands/list.py index 1344686..30ae6ed 100644 --- a/etherdump/commands/list.py +++ b/etherdump/commands/list.py @@ -23,7 +23,7 @@ def main (args): if args.showurl: print requesturl else: - results = getjson(urlopen(requesturl))['data']['padIDs'] + results = getjson(requesturl)['data']['padIDs'] if args.format == "json": print json.dumps(results) else: