Hi,
I keep getting "NOTE: You have new messages on wikipedia:hu". I wrote a script which I thought to solve the problem with reading the bot's talk page:
import wikipedia as pywikibot site=pywikibot.getSite() page=pywikibot.Page(site, 'user talk:BinBott') print page.get(get_redirect=True)
No result, the message continues to appear. My bot's talk page is redirected to my own talk page, as it is at the majority of bot owners. I don't need such messages. How can I switch it off? Is there a switch in the config?
Have you tried logging in to wikipedia:hu by hand? Do you get the orange 'You have new messages' bar?
On 26 February 2011 15:25, Bináris wikiposta@gmail.com wrote:
Hi,
I keep getting "NOTE: You have new messages on wikipedia:hu". I wrote a script which I thought to solve the problem with reading the bot's talk page:
import wikipedia as pywikibot site=pywikibot.getSite() page=pywikibot.Page(site, 'user talk:BinBott') print page.get(get_redirect=True)
No result, the message continues to appear. My bot's talk page is redirected to my own talk page, as it is at the majority of bot owners. I don't need such messages. How can I switch it off? Is there a switch in the config?
-- Bináris
Pywikipedia-l mailing list Pywikipedia-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/pywikipedia-l