mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fixed clockify api property
This commit is contained in:
parent
afb77da237
commit
d9259876f6
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ class ClockifyAPI:
|
|||
|
||||
self._secure_registry = None
|
||||
|
||||
@property
|
||||
def secure_registry(self):
|
||||
if self._secure_registry is None:
|
||||
self._secure_registry = OpenPypeSecureRegistry("clockify")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue