Changeset 480
- Timestamp:
- 05/22/08 12:05:00
(8 months ago)
- Author:
- mgoldman
- Message:
added a stub for sending the updated bools message.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r479 |
r480 |
|
| 77 | 77 | returns the updated bools msg if updated since the last pass |
|---|
| 78 | 78 | ''' |
|---|
| 79 | | print "Unimplemented" |
|---|
| 80 | | return None |
|---|
| | 79 | old_bools = storage_getbools() |
|---|
| | 80 | cur_bools = sebools() |
|---|
| | 81 | cur_bools = dictsub(curbools, oldbools) |
|---|
| | 82 | if cur_bools == {} : |
|---|
| | 83 | return None |
|---|
| | 84 | return protocol.Message("bools", "update", cur_bools) |
|---|
| 81 | 85 | |
|---|
| 82 | 86 | def updated_status(self): |
|---|
Download in other formats:
* Generating other formats may take time.