mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 20:59:27 +01:00
Fixed variable name typo
This commit is contained in:
parent
68440bd83a
commit
e9f41a2f82
@ -309,7 +309,7 @@ class OwnerCommands(CapabilityCheckingPrivmsg):
|
||||
callbacks = irc.removeCallback(name)
|
||||
if callbacks:
|
||||
for callback in callbacks:
|
||||
callbacks.die()
|
||||
callback.die()
|
||||
try:
|
||||
moduleInfo = imp.find_module(name)
|
||||
except ImportError:
|
||||
|
Loading…
Reference in New Issue
Block a user