mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
correct arg name in sync_all_projects
This commit is contained in:
parent
0a3d206680
commit
6e9b6f6bef
1 changed files with 2 additions and 4 deletions
|
|
@ -149,12 +149,10 @@ def sync_service(login, password, project):
|
|||
Args:
|
||||
login (str): Kitsu user login
|
||||
password (str): Kitsu user password
|
||||
projects (str): specific kitsu projects
|
||||
project (str): specific kitsu projects
|
||||
"""
|
||||
from .utils.update_op_with_zou import sync_all_projects
|
||||
from .utils.sync_service import start_listeners
|
||||
|
||||
projects = ' '.join(project)
|
||||
|
||||
sync_all_projects(login, password, specific_projects=projects)
|
||||
sync_all_projects(login, password, filter_projects=project)
|
||||
start_listeners(login, password)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue