Skip to content
Snippets Groups Projects
Commit 68fc5b6d authored by anonymous's avatar anonymous
Browse files

Revert Changes 2

parent f425b321
Branches
Tags
No related merge requests found
import socket
import sys
import time
from ckan.common import config
#from ckan.common import config
#import logging
#log = logging.getLogger(__name__)
......@@ -10,6 +10,7 @@ from ckan.common import config
class ODSHICAPRequest(object):
def __init__(self, FILENAME, FILEBUFF):
config = []
self.HOST = config.get("ckanext.odsh.icap.host", "10.61.127.77") #'10.61.127.77'
self.PORT = config.get("ckanext.odsh.icap.port", 1344)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment