Skip to content

Commit

Permalink
Debug print the data
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJentzsch committed Feb 28, 2023
1 parent 727f9df commit 858ef8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bubbles/commands/subreddits.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ def subreddits(payload: Payload) -> None:
response_txt = "\n".join(f"- r/{sub}: {count}" for (sub, count) in data.items())

payload.say(f"Transcription count by subreddit {time_str}:\n{response_txt}")
payload.say(f"Data: {data}")


PLUGIN = Plugin(func=subreddits, regex=r"^subreddits.*")

0 comments on commit 858ef8d

Please sign in to comment.