mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 08:54:53 +01:00
added headless argument to controller
This commit is contained in:
parent
ed2b8b9f0b
commit
d8fc151bc2
1 changed files with 2 additions and 1 deletions
|
|
@ -9,9 +9,10 @@ from openpype.pipeline import (
|
|||
|
||||
|
||||
class PublisherController:
|
||||
def __init__(self):
|
||||
def __init__(self, headless=False):
|
||||
self.log = logging.getLogger("PublisherController")
|
||||
self.host = avalon.api.registered_host()
|
||||
self.headless = headless
|
||||
|
||||
self.creators = {}
|
||||
self.publish_plugins = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue