Private
Public Access
1
0

Merge branch 'release/v15.23'

This commit is contained in:
Sander Roosendaal
2021-01-25 08:25:05 +01:00
2 changed files with 27 additions and 22 deletions

View File

@@ -1000,12 +1000,12 @@ def get_userid(access_token):
try:
me_json = response.json()
except JSONDecodeError:
except:
return 0
try:
res = me_json['data']['id']
except KeyError:
res = 0
return 0
return res

View File

@@ -314,6 +314,11 @@
using my NK empower oarlock for about a month now, and Im really
excited to be able to better visualize my data.”</p>
<p> “I discovered rowsandall.com which is brilliant.”</p>
<p>"Thank you so much for creating this resource.
I do have experience with a power meter on the cycling side.
It has taken me a few days experimenting with your site including uploading an interval
workout to realize what an awesome thing you created that anyone
training on an erg would benefit from, there's nothing like it out there.""</p>
</div>
</div>