mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-25 19:44:13 +01:00
Oops, had msg instead of response in the verbose printing.
This commit is contained in:
parent
5564e43239
commit
adfb3e4035
@ -177,7 +177,7 @@ class PluginTestCase(unittest.TestCase):
|
|||||||
drivers.run()
|
drivers.run()
|
||||||
response = self.irc.takeMsg()
|
response = self.irc.takeMsg()
|
||||||
if self.myVerbose:
|
if self.myVerbose:
|
||||||
print 'Response: %r' % msg
|
print 'Response: %r' % response
|
||||||
return response
|
return response
|
||||||
|
|
||||||
def getMsg(self, query, timeout=None):
|
def getMsg(self, query, timeout=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user