simplify caching
This commit is contained in:
@@ -255,7 +255,6 @@ csrf.exempt(set_favorite)
|
||||
@app.route('/scrape', methods=['GET'])
|
||||
def scrape():
|
||||
"""Trigger the web scraping process."""
|
||||
# Run the full scraper orchestration (fetch listings, sync cache, process jobs)
|
||||
scraper()
|
||||
return jsonify({"status": "Scraping completed"})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user