moonraker: load webcam as a core component
This makes sure that the webcam APIs are always available. Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
a3cae26e33
commit
6b4020a6e9
|
@ -49,7 +49,7 @@ CORE_COMPONENTS = [
|
|||
'dbus_manager', 'database', 'file_manager', 'klippy_apis',
|
||||
'machine', 'data_store', 'shell_command', 'proc_stats',
|
||||
'job_state', 'job_queue', 'http_client', 'announcements',
|
||||
'extensions'
|
||||
'webcam', 'extensions',
|
||||
]
|
||||
|
||||
SENTINEL = SentinelClass.get_instance()
|
||||
|
|
Loading…
Reference in New Issue