div. updates

This commit is contained in:
andis
2017-02-17 10:02:20 +01:00
parent bdfa16728d
commit b71803c050
14 changed files with 224 additions and 65 deletions

View File

@@ -45,7 +45,7 @@ def run_fetch():
tc, tpe, url, p= fetch_queue.get()
except ValueError:
tc, tpe, url= fetch_queue.get()
clogger.debug("fetched : "+url)
if tpe is not "dummyarticle" and tpe is not "dummyindex":
rw=fetch_page(url)
else: