Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nmgliangwei committed Nov 5, 2023
1 parent a19f7a5 commit 30ea29e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qqwry.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def get_zip_url(link):

try:
link = get_link(url)
print(link)
if link and link != "None" and link is not None:
zip_url = get_zip_url(link)
if zip_url and zip_url != "None" and zip_url is not None:
Expand Down

0 comments on commit 30ea29e

Please sign in to comment.