aboutsummaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
authorjwansek <eddie.atten.ea29@gmail.com>2025-04-08 17:42:04 +0100
committerjwansek <eddie.atten.ea29@gmail.com>2025-04-08 17:42:04 +0100
commit4909153556a84d0b968005cc8b43df528f2dde1d (patch)
tree8b82e9dd20a260ab82ee66fa69ce2a1fadd6d473 /app.py
parentf422d957177563a89a4b7792fe395588bb157e10 (diff)
downloadeda.gay-4909153556a84d0b968005cc8b43df528f2dde1d.tar.gz
eda.gay-4909153556a84d0b968005cc8b43df528f2dde1d.zip
Added scraping whispa for Q&As
Diffstat (limited to 'app.py')
-rwxr-xr-xapp.py1
1 files changed, 1 insertions, 0 deletions
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()
)