mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Fixed typo and use debug level
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
5c17102d16
commit
ab78158d6e
2 changed files with 2 additions and 2 deletions
|
|
@ -138,7 +138,7 @@ class IntegrateAYONReview(pyblish.api.InstancePlugin):
|
|||
headers=headers,
|
||||
request_type=RequestTypes.post,
|
||||
)
|
||||
self.log.info(f"Uploade in {time.time() - start}s.")
|
||||
self.log.debug(f"Uploaded in {time.time() - start}s.")
|
||||
return output
|
||||
|
||||
except (
|
||||
|
|
|
|||
|
|
@ -279,7 +279,7 @@ class IntegrateThumbnailsAYON(pyblish.api.ContextPlugin):
|
|||
headers=headers,
|
||||
request_type=RequestTypes.post,
|
||||
)
|
||||
self.log.info(f"Uploade in {time.time() - start}s.")
|
||||
self.log.debug(f"Uploaded in {time.time() - start}s.")
|
||||
return output
|
||||
|
||||
except (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue