From 3dee7cd682550303cd488ff3ecba4be2a9de24c0 Mon Sep 17 00:00:00 2001 From: nmgliangwei Date: Wed, 25 Oct 2023 13:44:10 +0800 Subject: [PATCH] fix --- qqwry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qqwry.py b/qqwry.py index 272fec0..bcd04e8 100644 --- a/qqwry.py +++ b/qqwry.py @@ -33,7 +33,7 @@ def get_zip_url(link): try: link = get_link(url) - if link: + if link and link != "None" and link is not None: zip_url = get_zip_url(link) if zip_url: print(zip_url[0])