Commit d2c9475c by 岳巧源

add vc attr

parent b3f0ea27
Showing with 3 additions and 1 deletions
...@@ -234,5 +234,7 @@ def insert_vc_ext_attr(conf: dict): ...@@ -234,5 +234,7 @@ def insert_vc_ext_attr(conf: dict):
if __name__ == '__main__': if __name__ == '__main__':
conf = config_dev conf = config_prod
insert_vc_attr(conf) insert_vc_attr(conf)
print("======================= start ext attr!!! ========================>")
insert_vc_ext_attr(conf)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment