move classes using influx from secop to influxgraph
+ fix parameter change command in secop
This commit is contained in:
@ -4,6 +4,6 @@ import sys
|
||||
import pathlib
|
||||
sys.path.insert(0, str((pathlib.Path(__file__) / '..').resolve()))
|
||||
import webserver
|
||||
from secop import SecopInfluxInstrument
|
||||
from influxgraph import SecopInfluxInstrument
|
||||
|
||||
webserver.instrument = webserver.main(SecopInfluxInstrument)
|
||||
|
Reference in New Issue
Block a user