mirror of
https://github.com/koush/scrypted.git
synced 2026-05-06 14:10:28 +01:00
server: add PYTHONPATH for sdk
This commit is contained in:
@@ -22,9 +22,6 @@ from asyncio.streams import StreamReader, StreamWriter
|
||||
import os
|
||||
from os import sys
|
||||
from sys import stderr, stdout
|
||||
more = os.path.join(os.getcwd(), 'node_modules/@scrypted/sdk')
|
||||
sys.path.insert(0, more)
|
||||
|
||||
|
||||
class SystemDeviceState(TypedDict):
|
||||
lastEventTime: int
|
||||
|
||||
Reference in New Issue
Block a user