refactored name of SyncthingClient module

master
B.J. Dweck 2021-01-29 12:36:02 +02:00
parent 241642b5bc
commit 04770e6716
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import syncthing_monitor.config_xml as xml
from syncthing_monitor.etcd_cluster_info import EtcdClient
from syncthing_monitor.syncthing_rest import SyncthingClient
from syncthing_monitor.syncthing_client import SyncthingClient
DEFAULT_ST_CONFIG_XML_PATH = '/config/config.xml'
DEFAULT_ST_GUI_PORT = 8384