Skip to content

Commit

Permalink
Add debug data output
Browse files Browse the repository at this point in the history
  • Loading branch information
TimJentzsch committed Feb 28, 2023
1 parent 858ef8d commit abfc12d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bubbles/commands/subreddits.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ 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 abfc12d

Please sign in to comment.