Skip to content

Commit

Permalink
fix: pipeline complains
Browse files Browse the repository at this point in the history
  • Loading branch information
Helias committed Feb 25, 2024
1 parent a17fced commit 9601ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/spotted/config/yaml/settings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ post:
delete_anonymous_comments: true
reject_after_autoreply: true
autoreplies_per_page: 6
blacklist_messages: ["test", "asd"]
blacklist_messages: []

token: ""
bot_tag: "@bot_tag"
2 changes: 1 addition & 1 deletion src/spotted/handlers/spam_comment.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from spotted.utils import EventInfo


async def spam_comment_msg(update: Update, context: CallbackContext):
async def spam_comment_msg(update: Update, context: CallbackContext) -> None:
"""Handles a spam comment on a post in the comment group.
Deletes the original post.
Expand Down

0 comments on commit 9601ed0

Please sign in to comment.