We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2cefa84 + c1d249b commit a23e6ddCopy full SHA for a23e6dd
zpy.plugin.zsh
@@ -2939,9 +2939,9 @@ _.zpy_ui_pipz () {
2939
zf_mkdir -p $folder
2940
if [[ $1 == --refresh ]] || [[ ! -r $txt ]] {
2941
if (( $+commands[wget] )) {
2942
- wget -qO $json https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json || return
+ wget -qO $json https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json || return
2943
} else {
2944
- curl -s -o $json https://hugovk.github.io/top-pypi-packages/top-pypi-packages-30-days.min.json || return
+ curl -s -o $json https://hugovk.github.io/top-pypi-packages/top-pypi-packages.min.json || return
2945
}
2946
if (( $+commands[jq] )) {
2947
jq -r '.rows[].project' <$json >$txt
0 commit comments