return response from posted request

This commit is contained in:
iLLiCiTiT 2021-12-20 13:14:54 +01:00
parent ddcdff611e
commit 9605abfb13

View file

@ -420,4 +420,4 @@ class TimersManager(OpenPypeModule, ITrayService, ILaunchHookPaths):
"task_name": task_name
}
requests.post(rest_api_url, json=data)
return requests.post(rest_api_url, json=data)