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

Revert Changes 2

parent f425b321
No related branches found
No related tags found
No related merge requests found
import socket import socket
import sys import sys
import time import time
from ckan.common import config #from ckan.common import config
#import logging #import logging
#log = logging.getLogger(__name__) #log = logging.getLogger(__name__)
...@@ -10,6 +10,7 @@ from ckan.common import config ...@@ -10,6 +10,7 @@ from ckan.common import config
class ODSHICAPRequest(object): class ODSHICAPRequest(object):
def __init__(self, FILENAME, FILEBUFF): def __init__(self, FILENAME, FILEBUFF):
config = []
self.HOST = config.get("ckanext.odsh.icap.host", "10.61.127.77") #'10.61.127.77' 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) 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