From cfed2684e2d6bc46be9e238d664e14da9a21ef03 Mon Sep 17 00:00:00 2001 From: Wolfang Torres Date: Wed, 6 May 2026 13:05:36 +0800 Subject: [PATCH] update messages --- anki-hsk-creator/__main__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/anki-hsk-creator/__main__.py b/anki-hsk-creator/__main__.py index f12151f..3af3c26 100644 --- a/anki-hsk-creator/__main__.py +++ b/anki-hsk-creator/__main__.py @@ -60,9 +60,6 @@ def main(): v = v[0] results.append(v) else: - print("============================================") - print(f"===================>ERROR: {word} not found") - print("============================================") with out_file.open("w", encoding="utf8", newline="") as csvfile: writer = csv.writer(csvfile, delimiter="\t", quotechar='"')