Private
Public Access
1
0

nk, not fully tested

This commit is contained in:
Sander Roosendaal
2023-02-12 16:42:26 +01:00
parent 461611a1f4
commit fa9f33d692
11 changed files with 363 additions and 159 deletions

View File

@@ -369,7 +369,6 @@ class C2Integration(SyncIntegration):
# this part to get_workout_list
workouts = self.get_workout_list(page=page)
counter = 0
for workout in workouts:
c2id = workout['id']
if workout['new'] == 'NEW':