From 7471900e5652534a51a424b514d60aca83da3f5b Mon Sep 17 00:00:00 2001 From: Federico Leva Date: Wed, 17 Dec 2014 22:50:53 +0100 Subject: [PATCH] It's easier if the list has the actual domains --- listsofwikis/mediawiki/wikia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/listsofwikis/mediawiki/wikia.py b/listsofwikis/mediawiki/wikia.py index 7ab2b03..787b191 100644 --- a/listsofwikis/mediawiki/wikia.py +++ b/listsofwikis/mediawiki/wikia.py @@ -59,7 +59,7 @@ def main(): # Use this instead, and comment out the next try, to only list. #subprocess.check_call(['curl', '-I', full]) except: - undumped += dbname + undumped += domains[i]['domain'] try: subprocess.check_call(['wget', '-e', 'robots=off', '-nc', '-a', 'wikia.log', current])