We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18de943 commit e3e96bfCopy full SHA for e3e96bf
nhsn/delphi_nhsn/pull.py
@@ -32,7 +32,7 @@ def check_last_updated(socrata_token, dataset_id, logger):
32
return recently_updated_source
33
34
35
-def pull_data(socrata_token: str, dataset_id: str, backup_dir:str, logger):
+def pull_data(socrata_token: str, dataset_id: str, backup_dir: str, logger):
36
"""Pull data from Socrata API."""
37
client = Socrata("data.cdc.gov", socrata_token)
38
logger.info("Pulling data from Socrata API")
0 commit comments