Changeset 184:8c6eaaf8908a for StormSiren/AlertDevice.py
- Timestamp:
- 11/28/08 15:08:22 (3 years ago)
- Branch:
- unix
- Files:
-
- 1 modified
-
StormSiren/AlertDevice.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
StormSiren/AlertDevice.py
r122 r184 59 59 self.log = logging.getLogger('AlertDevice') 60 60 61 self.log.setLevel(logging.INFO) 61 62 self.__parse_weather_types(alerts) 62 63 self.__parse_areas(areas)
