Update tool.py

pull/43/head
zanllp 2023-04-23 19:32:25 +08:00 committed by GitHub
parent c08b5dc9f6
commit f9867e5a64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -235,4 +235,4 @@ try:
en,mapping = line.split(',')
tags_translate[en.strip()] = mapping.strip()
except Exception as e:
print(f"Error reading tags-translate.csv: {e}")
pass