Skip to content

Commit

Permalink
Also parse the date/time. Refs #4.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed Sep 1, 2011
1 parent 12f543c commit ead24ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CodeNotifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,7 @@ def __initBody(self):
self.__host__ = getProperty(body, r'^Host:\s+(\w+)$')
self.__state__ = getProperty(body, r'^State:\s+(\w+)$')
self.__address__ = getProperty(body, r'^Address:\s+(\w+)$')
self.__time__ = getProperty(body, r'^Date/Time:\s+(.+)$')
self.__info__ = getProperty(body, r'^Info:\s+(.+)$')
self.__extra_info__ = getProperty(body, r'^Additional Info:\s+(.+)$')

Expand Down

0 comments on commit ead24ae

Please sign in to comment.