Private
Public Access
1
0

adding rp3 sync to tests

This commit is contained in:
Sander Roosendaal
2021-04-19 10:22:02 +02:00
parent 0c13f798de
commit ed5af7d8b7
6 changed files with 160 additions and 1 deletions

View File

@@ -114,12 +114,14 @@ def get_rp3_workout_list(user):
executed_at
}
}"""
response = requests.post(
url=graphql_url,
headers=headers,
json={'query': get_workouts_list}
)
return response
def get_rp3_workouts(rower,do_async=True):