Changeset 142:814d4a3c6ca0 for siren

Show
Ignore:
Timestamp:
11/09/08 03:04:44 (3 years ago)
Author:
chris
Branch:
unix
Message:

Added support for using a proxy to get files from weather.gov. In the [main] section a keyword called 'proxy' can be used. The form should be ' http://proxy.example.com:3128' for example.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • siren

    r135 r142  
    115115                for state in conf.states: 
    116116                        log.info("State: " + state) 
    117                         xw = StormWeather(state,history,options.simfetch,options.simalert) 
     117                        xw = StormWeather(state,history,options.simfetch,options.simalert,conf.proxy) 
    118118                        #xw.display() 
    119119                        for dev in conf.devices: