We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e81127 commit 5a6e237Copy full SHA for 5a6e237
default_gadgets.py
@@ -46,7 +46,7 @@ def family_default_gadgets(family='wikipedia'):
46
|}
47
"""%( family, '\n|-\n'.join(map(lambda x:x[0], output)))
48
print(output)
49
- meta_wiki = pywikibot.getSite('en', 'meta')
+ meta_wiki = pywikibot.getSite('meta', 'meta')
50
meta_page = pywikibot.Page(meta_wiki, 'Gadgets/%s/default'%(family))
51
meta_page.put(output, 'Default gadgets in %s'%family)
52
0 commit comments