Skip to content

Commit

Permalink
Ajustes para uso de MONGODB URI
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobatalha committed Sep 1, 2017
1 parent a25e6a8 commit 4fdf59f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

setup(
name="exportsci",
version='0.4.0',
version='0.4.1',
description="Export metadata to SciELO CI",
author="SciELO",
author_email="[email protected]",
Expand Down
1 change: 0 additions & 1 deletion tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ def __init__(
mongodb_collection='articles'
):

import pdb; pdb.set_trace()
db = MongoClient(mongodb_host)[mongodb_database]

self._articles_coll = self._set_articles_coll(db)
Expand Down

0 comments on commit 4fdf59f

Please sign in to comment.