jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/614770 )
Change subject: Update categoryToCheck for Arabic Wikipedia (arwiki) ......................................................................
Update categoryToCheck for Arabic Wikipedia (arwiki)
Category was redirected on wiki
Change-Id: I9406f99757825811eff70754a9a195649e1c674b --- M scripts/blockpageschecker.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: D3r1ck01: Looks good to me, but someone else must approve Xqt: Looks good to me, approved jenkins-bot: Verified
diff --git a/scripts/blockpageschecker.py b/scripts/blockpageschecker.py index 32b8aba..85b5cbf 100755 --- a/scripts/blockpageschecker.py +++ b/scripts/blockpageschecker.py @@ -134,7 +134,7 @@
# Category where the bot will check categoryToCheck = { - 'ar': ['تصنيف:محتويات محمية'], + 'ar': ['تصنيف:صفحات محمية'], 'cs': ['Kategorie:Wikipedie:Zamčené stránky', 'Kategorie:Wikipedie:Polozamčené stránky', 'Kategorie:Wikipedie:Dlouhodobě zamčené stránky',
pywikibot-commits@lists.wikimedia.org