mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
shortened time for register apps
This commit is contained in:
parent
de4804f414
commit
e49e50fbd8
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import toml
|
||||
import time
|
||||
from ftrack_action_handler import AppAction
|
||||
from pype.ftrack import AppAction
|
||||
from avalon import lib
|
||||
from app.api import Logger
|
||||
from pype import lib as pypelib
|
||||
|
|
@ -59,6 +59,6 @@ def register(session):
|
|||
for app in apps:
|
||||
try:
|
||||
registerApp(app, session)
|
||||
time.sleep(0.05)
|
||||
time.sleep(0.03)
|
||||
except Exception as e:
|
||||
log.warning("'{0}' - not proper App ({1})".format(app['name'], e))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue