fix: cache_mpoints 标注错误
This commit is contained in:
parent
7d5b1223d5
commit
2d8f546104
|
@ -148,7 +148,7 @@ def king_sync(projectName: str):
|
||||||
"third_info": item
|
"third_info": item
|
||||||
})
|
})
|
||||||
|
|
||||||
def cache_mpoints(mpointId: str|None = None):
|
def cache_mpoints(mpointId: str = ''):
|
||||||
"""
|
"""
|
||||||
缓存所有可用的测点
|
缓存所有可用的测点
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue