mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
fix import in global commands
This commit is contained in:
parent
e2c83c1426
commit
971ae6d1ed
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ class PypeCommands:
|
|||
|
||||
@staticmethod
|
||||
def launch_webpublisher_webservercli(*args, **kwargs):
|
||||
from openpype.hosts.webpublisher.webserver_service.webserver_cli \
|
||||
import (run_webserver)
|
||||
from openpype.hosts.webpublisher.webserver_service import run_webserver
|
||||
|
||||
return run_webserver(*args, **kwargs)
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue