We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401e71d commit c8e367aCopy full SHA for c8e367a
1 file changed
scripts/protect.py
@@ -81,7 +81,7 @@ def main():
81
else:
82
protect_non_existing_pages(session, new_commons_modules)
83
84
- for wiki, new_modules in files_to_protect_by_wiki:
+ for wiki, new_modules in files_to_protect_by_wiki.items():
85
with MediaWikiSession(wiki) as session:
86
protect_existing_pages(session, new_modules)
87
0 commit comments