silly conf read fix

This commit is contained in:
John Dickinson 2012-03-27 15:27:55 -05:00
parent 6784a98717
commit 6bd1c93d93
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class LogProcessorCommon(object):
self._internal_proxy = None
self.lookback_hours = int(conf.get('lookback_hours', '120'))
self.lookback_window = int(conf.get('lookback_window',
str(self.lookback_hours)))
self.lookback_hours))
self.log_processor_account = conf['swift_account']
self.log_processor_container = conf.get('container_name',
'simple_billing_data')