From 1bbb78e1e164cda9d2ba882653423504069106c3 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Sun, 8 Nov 2020 16:01:21 +0000 Subject: Remove refrence to python three renamed it to int so we're all good! --- wikiquery | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wikiquery b/wikiquery index ffbd1c7..0851a4b 100755 --- a/wikiquery +++ b/wikiquery @@ -86,7 +86,7 @@ def main(): if args: topic = args.pop(0) - while len(args) > 0 and not(isinstance(args[0], (int,long))): + while len(args) > 0 and not(isinstance(args[0], (int))): topic += " " + args.pop(0) index = int(args.pop(0)) if args else None -- cgit v1.2.3