From acf74c0c4223674944de532a870dacff197f66dc Mon Sep 17 00:00:00 2001 From: Tybo Verslype Date: Sun, 29 Dec 2024 22:40:35 +0100 Subject: [PATCH] fix: fixed automatic scraping --- website/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/app.py b/website/app.py index a5303fa..85678c3 100644 --- a/website/app.py +++ b/website/app.py @@ -245,7 +245,7 @@ def scrape(restaurant_name): @app.route("/scrape-all", methods=['POST']) -@login_required +# @login_required def scrape_all(): """ Trigger scraping for all restaurants. @@ -324,7 +324,7 @@ def home(): @app.route("/sync-all", methods=["POST"]) -@login_required +# @login_required def sync_all_files(): """ Sync all files to GitMate.