Skip to content

Commit 5a6e237

Browse files
committed
lang
1 parent 4e81127 commit 5a6e237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default_gadgets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def family_default_gadgets(family='wikipedia'):
4646
|}
4747
"""%( family, '\n|-\n'.join(map(lambda x:x[0], output)))
4848
print(output)
49-
meta_wiki = pywikibot.getSite('en', 'meta')
49+
meta_wiki = pywikibot.getSite('meta', 'meta')
5050
meta_page = pywikibot.Page(meta_wiki, 'Gadgets/%s/default'%(family))
5151
meta_page.put(output, 'Default gadgets in %s'%family)
5252

0 commit comments

Comments
 (0)