mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
changed class name
This commit is contained in:
parent
4f244d187b
commit
eb30a53af8
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@ from pype.modules.ftrack.lib import BaseAction, statics_icon
|
|||
from pype.modules.clockify import ClockifyAPI
|
||||
|
||||
|
||||
class SyncClocify(BaseAction):
|
||||
class SyncClocifyLocal(BaseAction):
|
||||
'''Synchronise project names and task types.'''
|
||||
|
||||
#: Action identifier.
|
||||
|
|
@ -119,4 +119,4 @@ class SyncClocify(BaseAction):
|
|||
|
||||
|
||||
def register(session, **kw):
|
||||
SyncClocify(session).register()
|
||||
SyncClocifyLocal(session).register()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue