zu1k / nali

An offline tool for querying IP geographic information and CDN provider. 一个查询IP地理信息和CDN服务提供商的离线终端工具.
https://github.com/zu1k/nali
MIT License
3.74k stars 340 forks source link

fix crash and fix migration qqwry #161 #162

Closed oldshensheep closed 1 year ago

oldshensheep commented 1 year ago

I noticed that qqwry.DownloadUrls should be updated when len(adb.DownloadUrls) == 0, but it currently isn't. Therefore, I modified the code logic accordingly.

zu1k commented 1 year ago

Thank you!