Changeset 190:75d280708ff5 for siren

Show
Ignore:
Timestamp:
11/29/08 00:48:18 (3 years ago)
Author:
cfreeze@…
Branch:
default
Parents:
189:8190540dae37 (diff), 185:c20e85874308 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

correct merge problems that are showing up from bad branching

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • siren

    r184 r190  
    121121                for state in conf.states: 
    122122                        log.info("State: " + state) 
    123                         xw = StormWeather(state,history,options.simfetch,options.simalert) 
     123                        xw = StormWeather(state,history,options.simfetch,options.simalert,conf.proxy) 
    124124                        #xw.display() 
    125125                        for dev in conf.devices: