From f6f7831bd91772dbb826aac07fdbdff26624b432 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Thu, 11 Apr 2024 18:00:47 +0200 Subject: [PATCH] Add missing argument for string formatting --- tickethelpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tickethelpers.py b/tickethelpers.py index e70665b..4cdda78 100644 --- a/tickethelpers.py +++ b/tickethelpers.py @@ -179,7 +179,7 @@ def doPrivmsg(self, tgt, msg): if self._do_log(tgt): log.debug("[%s] matches: %s"%(self.name, matches)) if len(matches) >= 4: - log.debug("[%s] skipping because too many matches (%d)"%(len(matches),)) + log.debug("[%s] skipping because too many matches (%d)"%(self.name, len(matches))) return for m in matches: if (tgt,m) in self.lastSent and \