mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
return response from posted request
This commit is contained in:
parent
ddcdff611e
commit
9605abfb13
1 changed files with 1 additions and 1 deletions
|
|
@ -420,4 +420,4 @@ class TimersManager(OpenPypeModule, ITrayService, ILaunchHookPaths):
|
||||||
"task_name": task_name
|
"task_name": task_name
|
||||||
}
|
}
|
||||||
|
|
||||||
requests.post(rest_api_url, json=data)
|
return requests.post(rest_api_url, json=data)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue