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?