Skip to content

Commit 6ce9d44

Browse files
fix: use the pypi pywikibot (#144)
1 parent 69f75ad commit 6ce9d44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jobs/update_top_trending.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ echo "Updating Top and Trending Pages"
66

77
cd /root/pywikibot
88
export METAKGP_BOT_NAME=batman
9-
timeout 10s python pwb.py login
10-
timeout 30s python pwb.py updatestatistics
9+
timeout 10s pwb login
10+
timeout 30s pwb updatestatistics

0 commit comments

Comments
 (0)