Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
supercoderhawk committed Jan 16, 2020
1 parent 9a801de commit ecfa5f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wsdm_digg/elasticsearch/indexer.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ class ElasticSearchIndexer(object):
retry_count = 10

def __init__(self):
# self.base_url = ES_API_URL
self.base_url = 'http://192.168.3.132:9200/wsdm_digg'
self.base_url = ES_API_URL

def run(self):
self.delete_index()
Expand Down

0 comments on commit ecfa5f5

Please sign in to comment.