Changeset 182:aed85ed5597d
- Timestamp:
- 11/26/08 04:05:07 (3 years ago)
- Author:
- cfreeze@…
- Branch:
- CAP_1.1
- Message:
-
removing debug
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r179
|
r182
|
|
| 72 | 72 | def send(self,alert): |
| 73 | 73 | alert_text = self.__trim(alert.headline + " issued at " + alert.issued + "..." + alert.description + "..." + " Alert expires at " + alert.expires) |
| 74 | | print "SENDING: %s" % alert_text |
| | 74 | #print "SENDING: %s" % alert_text |
| 75 | 75 | msg = "<?xml version=\"1.0\"?>\n<mythnotify version=\"1\" displaytime=\"-1\">" + \ |
| 76 | 76 | "<container name=\"news_scroller\">\n" + \ |