aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/format_activity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/format_activity.py b/modules/format_activity.py
index fbfc9f90..699f662b 100644
--- a/modules/format_activity.py
+++ b/modules/format_activity.py
@@ -121,7 +121,7 @@ class Module(ModuleManager.BaseModule):
@utils.hook("received.333")
def on_333(self, event):
self._on_topic(event, event["setter"], "set",
- event["channel"].topic, event["channel"])
+ event["channel"].topic)
unix_dt = datetime.datetime.utcfromtimestamp(event["set_at"])
dt = datetime.datetime.strftime(unix_dt, utils.ISO8601_PARSE)