Fix format string on unsetting variables

pull/1/head
Mark Veidemanis 7 years ago
parent 1a17d04947
commit 1145541155

@ -683,7 +683,7 @@ class Helper(object):
IRCPool[spl[1]].refresh()
self.savePool()
if toUnset:
success("Successfully unset key %s on %s" % (spl[2], spl[3], spl[1]))
success("Successfully unset key %s on %s" % (spl[2], spl[1]))
else:
success("Successfully set key %s to %s on %s" % (spl[2], spl[3], spl[1]))
return

Loading…
Cancel
Save