Skip to content

Commit

Permalink
Merge pull request #199 from python-discord/data-fix
Browse files Browse the repository at this point in the history
Fix data inconsistency in system data report
  • Loading branch information
jb3 authored Jun 2, 2024
2 parents 65f3a59 + b59c222 commit 70365fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arthur/apis/systems/lib9front.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ def generate_blog_comment(blogcom: str) -> str:
.replace("blog", "message")
.replace("post", "message")
.replace("article", "message")
.replace("web site", "message")
.replace("site", "message")
)


Expand Down

0 comments on commit 70365fc

Please sign in to comment.