Private
Public Access
1
0

switching on Polar again

This commit is contained in:
Sander Roosendaal
2022-01-17 08:32:09 +01:00
parent b3caacea90
commit 9932ad7311
4 changed files with 19 additions and 14 deletions

View File

@@ -88,7 +88,7 @@ class Command(BaseCommand):
# Polar
try:
polar_available = polarstuff.get_polar_notifications()
# res = polarstuff.get_all_new_workouts(polar_available)
res = polarstuff.get_all_new_workouts(polar_available)
except: # pragma: no cover
exc_type, exc_value, exc_traceback = sys.exc_info()
lines = traceback.format_exception(exc_type, exc_value, exc_traceback)