From d6d23d76ce24eee8dc2dbafcd9edd43bda8bade9 Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Sat, 27 Apr 2024 18:00:38 +0200 Subject: [PATCH] limiting max attempts rp3 --- rowers/integrations/rp3.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/integrations/rp3.py b/rowers/integrations/rp3.py index 627ef6ef..245c7615 100644 --- a/rowers/integrations/rp3.py +++ b/rowers/integrations/rp3.py @@ -90,7 +90,7 @@ class RP3Integration(SyncIntegration): auth_token, id, startdatetime, - 20, + 3, timezone = self.rower.defaulttimezone )