switching on Polar again
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user