Skip to content

Commit

Permalink
Adding minor TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lcsrodriguez committed Jul 17, 2022
1 parent 1f74646 commit a8b8430
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions headat/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ def add_record(self, record: str = None) -> bool:

# Reading the record
# TODO Create a function which read the data, from URL or local file depending on the REGEXed recordname
# TODO Check if the domain is physionet.org with urlparse (after the check by validators)
# TODO Check if we download the data, in a specified folder
# TODO Use of PycURL for statistics on request latencies
if validators.url(record):
Expand Down

0 comments on commit a8b8430

Please sign in to comment.