Skip to content

Commit

Permalink
fixed value for observations_dbcoll
Browse files Browse the repository at this point in the history
  • Loading branch information
gubser committed Jul 1, 2016
1 parent c75e8eb commit b286136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ptocore/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ def _handle_request(self, action: str, payload: dict):
'mongo_uri': mongo_uri,
'temporary_uri': mongo_temporary_coll_uri,
'temporary_dbcoll': (cc.temporary_db.name, self.identifier),
'observations_dbcoll': (cc.observations_db.name, cc.observations_db.name),
'observations_dbcoll': (cc.observations_db.name, cc.observations_coll.name),
'metadata_dbcoll': (cc.metadata_db.name, cc.metadata_coll.name),
'action_log_dbcoll': (cc.ptocore_db.name, cc.action_log.name),
'analyzer_id': self.analyzer_id,
Expand Down

0 comments on commit b286136

Please sign in to comment.