From 4909153556a84d0b968005cc8b43df528f2dde1d Mon Sep 17 00:00:00 2001 From: jwansek Date: Tue, 8 Apr 2025 17:42:04 +0100 Subject: Added scraping whispa for Q&As --- app.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app.py') diff --git a/app.py b/app.py index 2f38fb6..50d5b5b 100755 --- a/app.py +++ b/app.py @@ -225,6 +225,7 @@ def serve_questions(): return flask.render_template( "questions.html.j2", **get_template_items("questions and answers", db), + qnas_link = CONFIG.get("qnas", "url"), qnas = db.get_qnas() ) -- cgit v1.2.3