Skip to content

Commit

Permalink
Bump canonicalwebteam.discourse to 5.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmartinspt committed Oct 23, 2023
1 parent a6e6a8b commit dc8a19d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
canonicalwebteam.flask_base==1.1.0
canonicalwebteam.blog==6.4.0
canonicalwebteam.discourse==5.4.1
canonicalwebteam.discourse==5.4.3
canonicalwebteam.http==1.0.4
canonicalwebteam.templatefinder==1.0.0
canonicalwebteam.search==1.3.0
Expand Down
3 changes: 2 additions & 1 deletion webapp/views/tutorials.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ def init_tutorials(app, url_prefix, session):
blueprint_name="tutorials",
)

tutorials_discourse.parser.parse()

@app.route(url_prefix)
def index():
tutorials_discourse.parser.ensure_parsed()
tutorials_discourse.parser.parse_topic(
tutorials_discourse.parser.index_topic
)
Expand Down

0 comments on commit dc8a19d

Please sign in to comment.