Skip to content

Commit

Permalink
fix: fixed automatic scraping
Browse files Browse the repository at this point in the history
  • Loading branch information
tyboro2002 committed Dec 29, 2024
1 parent 284359e commit acf74c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit acf74c0

Please sign in to comment.