Removed opening-hours from output
This commit is contained in:
parent
355130a2d9
commit
67c3e436f2
3 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ SCRAPER_URLS = [
|
|||
"http://gmaps-scraper-4:8080",
|
||||
]
|
||||
|
||||
OUTPUT_COLS = ['title', 'category', 'address', 'open_hours', 'website', 'phone', 'link']
|
||||
OUTPUT_COLS = ['title', 'category', 'address', 'website', 'phone', 'link']
|
||||
|
||||
PROXY_URL = "http://bitlleuv-rotate:s5hzse6hz74b@p.webshare.io:80"
|
||||
API_PROXIES = {"http": PROXY_URL, "https": PROXY_URL}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue