fixed bug in internal_proxy

This commit is contained in:
John Dickinson
2010-11-04 14:56:08 -05:00
parent 97af697e5f
commit 79c8c0ba70

View File

@@ -73,7 +73,6 @@ class LogProcessor(object):
self._internal_proxy = InternalProxy(proxy_server_conf, self._internal_proxy = InternalProxy(proxy_server_conf,
self.logger, self.logger,
retries=3) retries=3)
else:
return self._internal_proxy return self._internal_proxy
def process_one_file(self, plugin_name, account, container, object_name): def process_one_file(self, plugin_name, account, container, object_name):