wubloader/cutter
Mike Lang 101468cbca Fix a bug when reporting errors claiming candidates
The SQL args were the wrong way around, so we tried to set error to the id.
Thankfully this failed as the id queried is not a valid uuid.

Fix by making args named like every other usage of query()
..
cutter Fix a bug when reporting errors claiming candidates
Dockerfile Link images to github repo by adding a LABEL
setup.py Unpin gevent as that was a workaround for a py2 issue