We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f75ad commit 6ce9d44Copy full SHA for 6ce9d44
jobs/update_top_trending.sh
@@ -6,5 +6,5 @@ echo "Updating Top and Trending Pages"
6
7
cd /root/pywikibot
8
export METAKGP_BOT_NAME=batman
9
-timeout 10s python pwb.py login
10
-timeout 30s python pwb.py updatestatistics
+timeout 10s pwb login
+timeout 30s pwb updatestatistics
0 commit comments