hmac auth changes

This commit is contained in:
simon987 2019-03-01 21:44:13 -05:00
parent 0154c8dfaf
commit b39b3b4195
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
virtualenv env --download --always-copy --clear -p python3.7
virtualenv env --download --clear -p python3.7
source env/bin/activate
python --version

View File

@ -58,7 +58,9 @@ class WorkerContext:
self._do_post_task_hooks(json_result)
print(self._worker.release_task(task.id,
json_result["result"],
json_result["verification"] if "verification" in json_result else 0).text)
json_result[
"verification"] if "verification" in json_result else 0).text
+ "for result" + result)
except Exception as e:
return