diff --git a/app/__pycache__/webcrawler.cpython-310.pyc b/app/__pycache__/webcrawler.cpython-310.pyc index 9e8bb2e..3045f34 100644 Binary files a/app/__pycache__/webcrawler.cpython-310.pyc and b/app/__pycache__/webcrawler.cpython-310.pyc differ diff --git a/app/webcrawler.py b/app/webcrawler.py index dc559ee..e6ba074 100644 --- a/app/webcrawler.py +++ b/app/webcrawler.py @@ -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} diff --git a/instance/users.db b/instance/users.db index df1c9b8..9f66778 100644 Binary files a/instance/users.db and b/instance/users.db differ