diff options
Diffstat (limited to 'scraper/util.py')
| -rw-r--r-- | scraper/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scraper/util.py b/scraper/util.py index 4a43a913..0cffd5d2 100644 --- a/scraper/util.py +++ b/scraper/util.py @@ -439,3 +439,4 @@ def fetch_google_lookup(name, item_key='key'): rec[key] = row[index] lookup[rec[item_key]] = rec return lookup + |
