mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 11:42:52 +01:00
s is not equal to newS.
This commit is contained in:
parent
ad1b36a643
commit
bfcff00380
@ -239,7 +239,7 @@ class Herald(callbacks.Privmsg):
|
|||||||
return
|
return
|
||||||
s = self.db[channel, id]
|
s = self.db[channel, id]
|
||||||
newS = changer(s)
|
newS = changer(s)
|
||||||
self.db[channel, id] = s
|
self.db[channel, id] = newS
|
||||||
irc.replySuccess()
|
irc.replySuccess()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user