解决部分华为设备类型错误

This commit is contained in:
anyongjin
2023-02-20 16:14:18 +08:00
parent eb4a337a5f
commit cff3ce4204
5 changed files with 17 additions and 13 deletions

View File

@@ -285,6 +285,8 @@ def sync_brands(name: str):
if __name__ == '__main__':
fnames = os.listdir(source_dir)
for name in fnames:
# if name.endswith('_en.md'):
# continue
print(f'process: {name}')
sync_brands(name)
df = pd.DataFrame(pd_rows, columns=pd_cols)