Removed opening-hours from output

This commit is contained in:
mkrieger 2026-03-10 16:55:55 +01:00
parent 355130a2d9
commit 67c3e436f2
3 changed files with 1 additions and 1 deletions

View file

@ -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}

Binary file not shown.