Skip to content

Commit

Permalink
Merge pull request #40 from ZeusWPI/web_interface
Browse files Browse the repository at this point in the history
fix: fixed automatic scraping
  • Loading branch information
tyboro2002 authored Dec 29, 2024
2 parents e13a852 + acf74c0 commit ff701e3
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 ff701e3

Please sign in to comment.