Merge branch 'release/v15.23'
This commit is contained in:
@@ -1000,12 +1000,12 @@ def get_userid(access_token):
|
|||||||
|
|
||||||
try:
|
try:
|
||||||
me_json = response.json()
|
me_json = response.json()
|
||||||
except JSONDecodeError:
|
except:
|
||||||
return 0
|
return 0
|
||||||
try:
|
try:
|
||||||
res = me_json['data']['id']
|
res = me_json['data']['id']
|
||||||
except KeyError:
|
except KeyError:
|
||||||
res = 0
|
return 0
|
||||||
|
|
||||||
return res
|
return res
|
||||||
|
|
||||||
|
|||||||
@@ -314,6 +314,11 @@
|
|||||||
using my NK empower oarlock for about a month now, and I‘m really
|
using my NK empower oarlock for about a month now, and I‘m really
|
||||||
excited to be able to better visualize my data.”</p>
|
excited to be able to better visualize my data.”</p>
|
||||||
<p> “I discovered rowsandall.com – which is brilliant.”</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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user