tests and fixes before release
This commit is contained in:
@@ -735,6 +735,8 @@ class IntervalsIntegration(SyncIntegration):
|
||||
result = self.update_workout(id)
|
||||
except Workout.DoesNotExist:
|
||||
result = self.get_workout(id, do_async=False)
|
||||
except ValueError:
|
||||
result = self.get_workout(id, do_async=False)
|
||||
except KeyError:
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user