update messages

This commit is contained in:
Wolfang Torres
2026-05-06 13:05:36 +08:00
parent c4e107b07a
commit cfed2684e2

View File

@@ -60,9 +60,6 @@ def main():
v = v[0] v = v[0]
results.append(v) results.append(v)
else: else:
print("============================================")
print(f"===================>ERROR: {word} not found")
print("============================================")
with out_file.open("w", encoding="utf8", newline="") as csvfile: with out_file.open("w", encoding="utf8", newline="") as csvfile:
writer = csv.writer(csvfile, delimiter="\t", quotechar='"') writer = csv.writer(csvfile, delimiter="\t", quotechar='"')