jenkins-bot has submitted this change. ( 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1170460?usp=email )

Change subject: Fix: Update setDelays call after method was renamed
......................................................................

Fix: Update setDelays call after method was renamed

Change-Id: Ib8a3ac0a4565ee2dc01e0489c78b7dd8ce7dacd3
Signed-off-by: Xqt <i...@gno.de>
---
M pywikibot/throttle.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Xqt: Looks good to me, approved
  jenkins-bot: Verified




diff --git a/pywikibot/throttle.py b/pywikibot/throttle.py
index 837a989..9d8c7da 100644
--- a/pywikibot/throttle.py
+++ b/pywikibot/throttle.py
@@ -95,7 +95,7 @@
         self.modules: CounterType[str] = Counter()

         self.checkMultiplicity()
-        self.setDelays()
+        self.set_delays()

     @property
     @deprecated(since='10.3.0')

--
To view, visit 
https://gerrit.wikimedia.org/r/c/pywikibot/core/+/1170460?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.wikimedia.org/r/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: pywikibot/core
Gerrit-Branch: master
Gerrit-Change-Id: Ib8a3ac0a4565ee2dc01e0489c78b7dd8ce7dacd3
Gerrit-Change-Number: 1170460
Gerrit-PatchSet: 2
Gerrit-Owner: Xqt <i...@gno.de>
Gerrit-Reviewer: Xqt <i...@gno.de>
Gerrit-Reviewer: jenkins-bot
_______________________________________________
Pywikibot-commits mailing list -- pywikibot-commits@lists.wikimedia.org
To unsubscribe send an email to pywikibot-commits-le...@lists.wikimedia.org

Reply via email to