Skip to content

Commit

Permalink
Update tidepool_api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
miriamkw authored Apr 29, 2023
1 parent 2f6e09c commit b948359
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion data_science_tidepool_api_python/makedata/tidepool_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
import requests

import logging
from data_science_tidepool_api_python.util import DATESTAMP_FORMAT
#from data_science_tidepool_api_python.util import DATESTAMP_FORMAT
#quickfix because of strange error
DATESTAMP_FORMAT = "%Y-%m-%d"

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit b948359

Please sign in to comment.