From faa529b49630a267d14007fbc3540142c93130d4 Mon Sep 17 00:00:00 2001 From: Tacsipacsi Date: Sun, 26 May 2019 20:05:23 +0200 Subject: [PATCH] Remove MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s not needed after my edit request on https://www.wikidata.org/wiki/Template_talk:Main_Page/Frame is fulfilled. Please do not deploy it before that, however. --- popularItems.py | 1 - 1 file changed, 1 deletion(-) diff --git a/popularItems.py b/popularItems.py index bfb83e1..c72422f 100644 --- a/popularItems.py +++ b/popularItems.py @@ -49,6 +49,5 @@ text += '\n' if not img: text = '\n' + text -text += '' page = pywikibot.Page(site,'Wikidata:Main Page/Popular') page.put(text.decode('UTF-8'),comment='upd',minorEdit=False)