Changeset 6421
- Timestamp:
- 20 Jun 2011, 14:58:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/accesscodes/workflow.py
r6420 r6421 118 118 timestamp = datetime.now().strftime("%d/%m/%Y %H:%M:%S") 119 119 msg = '%s - %s (new state: %s)' % ( 120 timestamp, event.destination.title , event.destination)120 timestamp, event.destination.title(), event.destination) 121 121 if event.comment is not None: 122 122 msg = '%s, %s' % (msg, event.comment)
Note: See TracChangeset for help on using the changeset viewer.