From: Christian Heller <c.heller@plomlompom.de>
Date: Thu, 7 Mar 2019 11:18:01 +0000 (+0100)
Subject: Fix syntax error.
X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/%7B%7Bdb.prefix%7D%7D/static/ledger?a=commitdiff_plain;h=c48adc4bf2c4eb6e3370b53212bcc7f43385944a;p=plomlombot-irc.git

Fix syntax error.
---

diff --git a/plomlombot.py b/plomlombot.py
index c835d56..7f3d4e5 100755
--- a/plomlombot.py
+++ b/plomlombot.py
@@ -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]