Merge pull request #74 from Nicos-git/yowsup-2
Fixed inconsistent whitespace
This commit is contained in:
commit
e3ebdae54e
|
@ -690,7 +690,7 @@ class Session(YowsupApp):
|
|||
waId = self.sendTextMessage(sender + '@s.whatsapp.net', message)
|
||||
self.msgIDs[waId] = MsgIDs(ID, waId)
|
||||
|
||||
self.logger.info("WA Message send to %s with ID %s", buddy, waId)
|
||||
# self.logger.info("WA Message send to %s with ID %s", buddy, waId)
|
||||
|
||||
def executeCommand(self, command, room):
|
||||
if command == '\\leave':
|
||||
|
|
|
@ -165,7 +165,7 @@ class WhatsAppBackend(SpectrumBackend):
|
|||
def handleRawXmlRequest(self, xml):
|
||||
pass
|
||||
|
||||
def handleMessageAckRequest(self, user, legacyName, ID = 0):
|
||||
def handleMessageAckRequest(self, user, legacyName, ID = 0):
|
||||
self.logger.info("Meassage ACK request for %s !!" % legacyName)
|
||||
|
||||
def sendData(self, data):
|
||||
|
|
Loading…
Reference in a new issue