From e1a4663dbff67ea7b08c7d576ce320fa5c0df381 Mon Sep 17 00:00:00 2001 From: retsyo Date: Wed, 19 Jan 2022 23:26:12 +0800 Subject: [PATCH] Update GirlImages_cmd.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改了敲错的next --- Examples/GirlImages/GirlImages_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/GirlImages/GirlImages_cmd.py b/Examples/GirlImages/GirlImages_cmd.py index 56322b5c..652a5ce1 100644 --- a/Examples/GirlImages/GirlImages_cmd.py +++ b/Examples/GirlImages/GirlImages_cmd.py @@ -92,7 +92,7 @@ def run(targetUrl, uiName,beginNUM, endNUM): Download(picLink, picAlt, nowpage) output = 'Finish!\n' Text_2.insert(tkinter.END,output) - output = 'Mext link:'+nextPageLink + '\n' + output = 'Next link:'+nextPageLink + '\n' Text_2.insert(tkinter.END,output) Text_2.see(tkinter.END) run(nextPageLink, uiName , beginNUM, endNUM)