mirror of
https://github.com/simon987/task_tracker_drone.git
synced 2025-12-16 00:39:07 +00:00
hmac auth changes
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user