mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Hound
This commit is contained in:
parent
b35d8d3a92
commit
b138bdd202
2 changed files with 1 additions and 3 deletions
|
|
@ -1171,5 +1171,3 @@ def change_timer_to_current_context():
|
|||
}
|
||||
|
||||
requests.post(rest_api_url, json=data)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -106,7 +106,7 @@ class TimersManager(PypeModule, ITrayService, IIdleManager, IWebServerRoutes):
|
|||
try:
|
||||
task_type = asset_doc["data"]["tasks"][task_name]["type"]
|
||||
except KeyError:
|
||||
self.log.warning("Couldn't find task_type for {}".\
|
||||
self.log.warning("Couldn't find task_type for {}".
|
||||
format(task_name))
|
||||
|
||||
hierarchy = asset_doc["data"]["hierarchy"].split("\\")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue