fix: cache_mpoints 标注错误

This commit is contained in:
caoqianming 2024-04-02 11:40:46 +08:00
parent 7d5b1223d5
commit 2d8f546104
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ def king_sync(projectName: str):
"third_info": item
})
def cache_mpoints(mpointId: str|None = None):
def cache_mpoints(mpointId: str = ''):
"""
缓存所有可用的测点
"""