add alokal

This commit is contained in:
2019-09-08 10:15:11 -04:00
parent 012a7813ef
commit 2a219b5c38
3 changed files with 33 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ def b64hash(imhash, bcount):
def image_meta(url, url_idx, web):
r = web.get(url)
if not r:
logger.warning("")
logger.warning("Could not download image")
return None
buf = r.content