Skip to content

Commit

Permalink
Ajustes em porta do articlemeta (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobatalha committed Oct 20, 2016
1 parent 503bebb commit f7fffbc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scielomanager/tools/import_data/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-e git+https://github.com/scieloorg/xylose@1.7.5#egg=xylose
-e git+https://github.com/scieloorg/xylose@1.16.5#egg=xylose
6 changes: 3 additions & 3 deletions scielomanager/tools/import_data/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@

def articlemeta_server():
try:
server = 'articlemeta.scielo.org:11720'
server = 'articlemeta.scielo.org:11620'
host = server[0]
port = int(server[1])
except:
logger.warning('Error defining Article Meta thrift server, assuming default server articlemeta.scielo.org:11720')
logger.warning('Error defining Article Meta thrift server, assuming default server articlemeta.scielo.org:11620')
host = 'articlemeta.scielo.org'
port = 11720
port = 11620

return clients.ArticleMeta(host, port)

Expand Down

0 comments on commit f7fffbc

Please sign in to comment.