Skip to content

Commit c2b536f

Browse files
committed
improve doc string
Signed-off-by: John Seekins <[email protected]>
1 parent da0d76a commit c2b536f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

scraper.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,10 @@ def scrape_facilities(self) -> dict:
390390
return self.facilities_data
391391

392392
def _scrape_updated(self, url: str):
393-
"""Scrape first page to get "last updated" time"""
393+
"""
394+
Scrape url to get "last updated" time
395+
Is specifically oriented around ice.gov facility pages
396+
"""
394397
if not url:
395398
logger.error("Could not find a time block! Guessing wildly!")
396399
return datetime.datetime.strptime(default_timestamp, timestamp_format)

scrapers/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)