add webpublisher to hosts enum

This commit is contained in:
iLLiCiTiT 2021-12-03 13:28:19 +01:00
parent eecba17ef8
commit 24f557f233

View file

@ -154,7 +154,8 @@ class HostsEnumEntity(BaseEnumEntity):
"resolve",
"tvpaint",
"unreal",
"standalonepublisher"
"standalonepublisher",
"webpublisher"
]
def _item_initialization(self):