Is pywikibot.stopme() still useful? I don't see it in the scripts.
Hi Binaris,
stopme() is no longer needed. It is always called when the script terminated or if using pywikibot.sleep() with 30 seconds or more or with BaseBot.exit(). It is only useful if you run several parallel bot instances. You can call it if you have your own wait cycles or long term processing. You don’t need it if your script never writes to the wiki.
Best xqt
Am 19.02.2023 um 11:00 schrieb Bináris wikiposta@gmail.com:
Is pywikibot.stopme() still useful? I don't see it in the scripts.
-- Bináris _______________________________________________ pywikibot mailing list -- pywikibot@lists.wikimedia.org Public archives at https://lists.wikimedia.org/hyperkitty/list/pywikibot@lists.wikimedia.org/me... To unsubscribe send an email to pywikibot-leave@lists.wikimedia.org