Skip to content

Commit

Permalink
Update fitbit_sense_fetch.py
Browse files Browse the repository at this point in the history
  • Loading branch information
M7-Soliman committed Feb 18, 2024
1 parent 3833712 commit 0be6a22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wearipedia/devices/fitbit/fitbit_sense_fetch.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def fetch_real_data(data_type, access_token, start_date, end_date, single_date):
:return: the data fetched from the API according to the inputs
:rtype: List
"""
single_date = start_date
categories = {
"sleep": {
"url": f"https://api.fitbit.com/1.2/user/-/sleep/date/{start_date}/{end_date}.json"
Expand Down

0 comments on commit 0be6a22

Please sign in to comment.