mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Update openpype/modules/kitsu/actions/launcher_show_in_kitsu.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
40e3dbb38f
commit
ab03df702a
1 changed files with 2 additions and 2 deletions
|
|
@ -90,8 +90,8 @@ class ShowInKitsu(LauncherAction):
|
|||
asset_type=None,
|
||||
task_id=None):
|
||||
|
||||
shots_url = ['Shots', 'Sequence', 'Shot']
|
||||
sub_type = ['AssetType', 'Sequence']
|
||||
shots_url = {'Shots', 'Sequence', 'Shot'}
|
||||
sub_type = {'AssetType', 'Sequence'}
|
||||
kitsu_module = self.get_kitsu_module()
|
||||
|
||||
# Get kitsu url with /api stripped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue