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

new DFS gateway

parent f409cf25
...@@ -15,5 +15,5 @@ from . import PACKAGE_PATH ...@@ -15,5 +15,5 @@ from . import PACKAGE_PATH
with open(PACKAGE_PATH + "/data/csst_params.yml") as f: with open(PACKAGE_PATH + "/data/csst_params.yml") as f:
CSST_PARAMS = yaml.safe_load(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) DFS_CONF = yaml.safe_load(f)
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment