From e1e5c769a2f3f09d5436537cb08b2489174ba871 Mon Sep 17 00:00:00 2001 From: Hongbo <12580159+ya0guang@users.noreply.github.com> Date: Wed, 27 Mar 2024 21:05:08 -0400 Subject: [PATCH] fix a potential typo in zh-cn.py --- zh-cn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zh-cn.py b/zh-cn.py index 214c651..9317639 100644 --- a/zh-cn.py +++ b/zh-cn.py @@ -21,7 +21,7 @@ def get_image(isbn, image_filename): :type en_isbn: str :rtype: str """ - print("get_image(" + isbn + "," + isbn + ")") + print("get_image(" + isbn + "," + image_filename + ")") response = urlopen(book_url) html = response.read() re_image_url = r"https://img\d\.doubanio\.com/lpic/s\d*\.jpg"