https://bugzilla.wikimedia.org/show_bug.cgi?id=55134
Web browser: --- Bug ID: 55134 Summary: Suppress warning from getcurrenttimestamp() Product: Pywikibot Version: unspecified Hardware: All OS: All Status: NEW Severity: normal Priority: Unprioritized Component: General Assignee: Pywikipedia-bugs@lists.wikimedia.org Reporter: legoktm.wikipedia@gmail.com Classification: Unclassified Mobile Platform: ---
Originally from: http://sourceforge.net/p/pywikipediabot/bugs/1641/ Reported by: nu11zer0 Created on: 2013-07-10 17:50:45.220000 Subject: Suppress warning from getcurrenttimestamp() Original description: Since r11686, some warnings appear in my log, including "WARNING API warning (parse): No 'title' or 'contentmodel' was given, assuming wikitext." I examined and found that the text comes from getcurrenttimestamp(). Just add "contentmodel=wikitext" should suppress this message.