Commit 7a03add9 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

new DFS gateway

parent f409cf25
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,5 +15,5 @@ from . import PACKAGE_PATH
with open(PACKAGE_PATH + "/data/csst_params.yml") as f:
    CSST_PARAMS = yaml.safe_load(f)

with open(PACKAGE_PATH + "/data/dfs_conf.yml") as f:
with open(PACKAGE_PATH + "/data/node_conf.yml") as f:
    DFS_CONF = yaml.safe_load(f)