-
-
Notifications
You must be signed in to change notification settings - Fork 250
Open
Description
I have seen a commented instance of this.
python-garminconnect/garminconnect/__init__.py
Lines 1458 to 1464 in 159750b
| # def upload_workout(self, workout_json: str): | |
| # """Upload workout using json data.""" | |
| # url = f"{self.garmin_workouts}/workout" | |
| # logger.debug("Uploading workout using %s", url) | |
| # return self.garth.post("connectapi", url, json=workout_json, api=True) |
But I am not sure why it's commented out and not implemented in the code. Is there any obvious problem with this feature?
Thank you.
Metadata
Metadata
Assignees
Labels
No labels