add secop-webserver binary
This commit is contained in:
9
secop-webserver
Executable file
9
secop-webserver
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
import sys
|
||||||
|
import pathlib
|
||||||
|
sys.path.insert(0, str((pathlib.Path(__file__) / '..').resolve()))
|
||||||
|
import webserver
|
||||||
|
from secop import SecopInfluxInstrument
|
||||||
|
|
||||||
|
webserver.instrument = webserver.main(SecopInfluxInstrument)
|
Reference in New Issue
Block a user