Skip to content

Commit

Permalink
Added logging for sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
umrysh committed Jan 22, 2014
1 parent 0d732c2 commit 5f713bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion FitbitIntraday.py
Expand Up @@ -29,7 +29,8 @@ def __init__(self):
'steps': ('intradaySteps', 'column2d'),
'calories': ('intradayCaloriesBurned', 'column2d'),
'floors': ('intradayAltitude', 'column2d'),
'time_active': ('activitiesBreakdown', 'pie')
'time_active': ('activitiesBreakdown', 'pie'),
'sleep': ('intradaySleep', 'column2d')
}

def login(self, email, password):
Expand Down

0 comments on commit 5f713bd

Please sign in to comment.