From a4e236f13426f9df5db864edda63eecf26c386c7 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 8 Oct 2023 20:15:44 +0200 Subject: add NHK 日本語発音アクセント辞典 audio source MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bulk-audio/bulk-audio.py | 1 + 1 file changed, 1 insertion(+) (limited to 'bulk-audio/bulk-audio.py') diff --git a/bulk-audio/bulk-audio.py b/bulk-audio/bulk-audio.py index 1fa84bb..15ab33f 100755 --- a/bulk-audio/bulk-audio.py +++ b/bulk-audio/bulk-audio.py @@ -12,6 +12,7 @@ from time import sleep real_stdout = sys.stdout class TrashFileIO(object): def write(self, x): pass + def flush(self): pass trash_out = TrashFileIO() sys.stdout = trash_out -- cgit v1.2.3