Private
Public Access
1
0

Merge branch 'release/v18.1.14'

This commit is contained in:
Sander Roosendaal
2022-01-16 17:24:53 +01:00
2 changed files with 1 additions and 1 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)

Binary file not shown.