Meno25 has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1309639?usp=email )
( 3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: Update removed_wikis table in wikiquote family ...................................................................... Update removed_wikis table in wikiquote family 'wq' wiki is listed at https://meta.wikimedia.org/wiki/Bot_policy/Implementation#Current_implementation but neither within closed_wikis, removed_wikis nor codes. The wiki does not exists; therefore add it to the removed_wikis table. Change-Id: I7a3ed82b79c9d281514373b9ac6d6c6ea05c0605 Signed-off-by: Xqt <[email protected]> --- M pywikibot/families/wikiquote_family.py 1 file changed, 3 insertions(+), 1 deletion(-) Approvals: Meno25: Verified Xqt: Looks good to me, approved diff --git a/pywikibot/families/wikiquote_family.py b/pywikibot/families/wikiquote_family.py index fe3f871..2aca53f 100644 --- a/pywikibot/families/wikiquote_family.py +++ b/pywikibot/families/wikiquote_family.py @@ -25,7 +25,9 @@ removed_wikis = [ # https://noc.wikimedia.org/conf/highlight.php?file=dblists/deleted.dblist - 'als', 'tokipona', + # wqwikiquote does not exist but is listed at + # https://meta.wikimedia.org/wiki/Bot_policy/Implementation#Current_implementation + 'als', 'tokipona', 'wq', ] codes = { -- To view, visit https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1309639?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.wikimedia.org/r/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: pywikibot/core Gerrit-Branch: master Gerrit-Change-Id: I7a3ed82b79c9d281514373b9ac6d6c6ea05c0605 Gerrit-Change-Number: 1309639 Gerrit-PatchSet: 4 Gerrit-Owner: Xqt <[email protected]> Gerrit-Reviewer: Meno25 <[email protected]> Gerrit-Reviewer: Xqt <[email protected]> Gerrit-Reviewer: jenkins-bot
_______________________________________________ Pywikibot-commits mailing list -- [email protected] To unsubscribe send an email to [email protected]
