Subversion Repositories SmartDukaan

Rev

Rev 5639 | Rev 6171 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5639 Rev 5761
Line 161... Line 161...
161
            display_info[source]['text'] = 'Not Found'
161
            display_info[source]['text'] = 'Not Found'
162
    
162
    
163
    return display_info
163
    return display_info
164
 
164
 
165
def getSynonyms():
165
def getSynonyms():
166
    file_path = '/tmp/price-comp-dashboard/synonyms.json'
166
    file_path = '/usr/price-comp-dashboard/synonyms.json'
167
    file = open(file_path, 'r')
167
    file = open(file_path, 'r')
168
    synonyms_json = file.read()
168
    synonyms_json = file.read()
169
 
169
 
170
    synonyms = {}
170
    synonyms = {}
171
    for key, value in json.loads(synonyms_json).iteritems():
171
    for key, value in json.loads(synonyms_json).iteritems():