Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-01-16 17:12:30 +01:00
parent cd70be48f5
commit f8831529db

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)