home · contact · privacy
Fix syntax error.
authorChristian Heller <c.heller@plomlompom.de>
Thu, 7 Mar 2019 11:18:01 +0000 (12:18 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 7 Mar 2019 11:18:01 +0000 (12:18 +0100)
plomlombot.py

index c835d56b80581a38a97968ec9806cc6edde7ad89..7f3d4e5d2984bf89054be0f47c4787777a07e94f 100755 (executable)
@@ -253,7 +253,7 @@ def handle_command(command, argument, notice, target, session):
                     notice("skipped all quotes matching query")
                 else:
                     notice("found %s matches, showing max. 3, skipping %s"
-                           %s (len(results), to_skip))
+                           % (len(results), to_skip))
                 for i in range(len(results)):
                     if i >= to_skip and i < to_skip + 3:
                         result = results[i]