diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-08 17:42:04 +0100 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2025-04-08 17:42:04 +0100 |
commit | 4909153556a84d0b968005cc8b43df528f2dde1d (patch) | |
tree | 8b82e9dd20a260ab82ee66fa69ce2a1fadd6d473 /app.py | |
parent | f422d957177563a89a4b7792fe395588bb157e10 (diff) | |
download | boymoder.blog-4909153556a84d0b968005cc8b43df528f2dde1d.tar.gz boymoder.blog-4909153556a84d0b968005cc8b43df528f2dde1d.zip |
Added scraping whispa for Q&As
Diffstat (limited to 'app.py')
-rwxr-xr-x | app.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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() ) |