Show
Ignore:
Timestamp:
11/26/08 03:42:25 (3 years ago)
Author:
cfreeze@…
Branch:
CAP_1.1
Message:

Add URL too

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • StormSiren/WeatherAlert.py

    r177 r178  
    7272                str = self.text + "\n\n" 
    7373                str += textwrap.fill(self.description.replace("\n",' '),desc_width) + "\n" 
     74                str += "\n\n" + self.url 
    7475                return str 
    7576 
     
    7778                str = self.text + "\n\n"  
    7879                str += self.description + "\n" 
     80                str += "\n\n" + self.url 
    7981                return str 
    8082