mirror of
https://gitlab.com/0xDEAD10CC/pycoindroid
synced 2025-07-06 04:51:08 -07:00
update
This commit is contained in:
parent
68912fed15
commit
4a2fee0fd6
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ class DroidControllerTask(CoindroidAPITask):
|
||||||
self.logger.debug("bob's got an action!!! sending sms!!")
|
self.logger.debug("bob's got an action!!! sending sms!!")
|
||||||
self.sendSMS(to="+14088963912", body=message)
|
self.sendSMS(to="+14088963912", body=message)
|
||||||
if (stats["targetID"] == 165) or (stats["targetName"] == "Mabuhay"):
|
if (stats["targetID"] == 165) or (stats["targetName"] == "Mabuhay"):
|
||||||
self.logger.debug("bob's got an action!!! sending sms!!")
|
self.logger.debug("Mabuhay's got an action!!! sending sms!!")
|
||||||
self.sendSMS(to="+14088963912", body=message)
|
self.sendSMS(to="+14086342295", body=message)
|
||||||
else:
|
else:
|
||||||
self.logger.warning("Event has no target!")
|
self.logger.warning("Event has no target!")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue