Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nmgliangwei committed Oct 25, 2023
1 parent 533dfea commit 3dee7cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qqwry.py
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 3dee7cd

Please sign in to comment.