aboutsummaryrefslogtreecommitdiffstats
path: root/shireen
diff options
context:
space:
mode:
Diffstat (limited to 'shireen')
-rw-r--r--shireen/commands.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shireen/commands.py b/shireen/commands.py
index d5ddbda..75ae3ce 100644
--- a/shireen/commands.py
+++ b/shireen/commands.py
@@ -469,7 +469,7 @@ def cmd_news(bot, trigger):
def _broadcast_tick(bot):
now = time.time()
- # Snapshot config and decide which channels need a broadcast — release lock before HTTP
+ # Snapshot config and decide which channels need a broadcast; release lock before HTTP
with bot.memory["sh_lock"]:
data = bot.memory["sh_data"]
feeds = list(data.get("feeds", []))