
import time
import twccommon
areaList = wxdata.getUGCInterestList('LSZ150', 'zone')
if ('KDLH' == 'KWNS'):
    abortMsg()
if (not areaList):
    abortMsg()



twccommon.Log.info("SET HEADLINE FOR LSZ150")
areaList = wxdata.getUGCInterestList('LSZ150', 'zone')
headline = "Gale Watch from TUE 6:00 PM CST until THU 6:00 AM CST"
phenSig = "GL_A"

twccommon.Log.info("%s, %s, %s" % (areaList, phenSig, headline))
hdlnExp = 1764244800
for area in areaList:
    d = twc.Data()
    d.headline = headline
    d.phenSig = phenSig
    d.expiration = hdlnExp
    wxdata.setHeadline(area, d, hdlnExp)
    