Skip to content
Snippets Groups Projects
Commit ef718c83 authored by Benjamin Becker's avatar Benjamin Becker
Browse files

removes parameter cfg_file from ODSHICAPRequest.__init__

parent 9f8f82ae
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ def _raise_KeyError_if_not_in_config(key):
class ODSHICAPRequest(object):
def __init__(self, FILENAME, FILEBUFF, cfg_file='odsh_icap_client.cfg'):
def __init__(self, FILENAME, FILEBUFF):
try:
self.HOST = _read_from_config('ckanext.odsh.icap.host')
self.PORT = toolkit.asint(_read_from_config('ckanext.odsh.icap.port'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment