Skip to content

Commit

Permalink
Fix data inconsistency in system data report
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristgit committed Jun 1, 2024
1 parent 65f3a59 commit 00905a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arthur/apis/systems/lib9front.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def generate_blog_comment(blogcom: str) -> str:
.replace("blog", "message")
.replace("post", "message")
.replace("article", "message")
.replace("site", "message")
)


Expand Down

0 comments on commit 00905a4

Please sign in to comment.