Private
Public Access
1
0

now using golang fit server

This commit is contained in:
Sander Roosendaal
2021-02-23 16:43:14 +01:00
parent bdba13aec4
commit dbdbc1b906
2 changed files with 19 additions and 33 deletions

View File

@@ -564,6 +564,12 @@ try:
except KeyError:
CELERY = False
try:
WORKOUTS_FIT_TOKEN = CFG['workouts_fit_token']
WORKOUTS_FIT_URL = CFG['workouts_fit_url']
except KeyError:
WORKOUTS_FIT_TOKEN = 'aapnootmies'
WORKOUTS_FIT_URL = 'http://localhost:50053/tojson'
# Recaptcha