Skip to content

Commit

Permalink
Fix mongo recorder init args
Browse files Browse the repository at this point in the history
  • Loading branch information
mraspaud committed Nov 6, 2019
1 parent 00accba commit 938bddd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions bin/pytroll-mongo.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ class MongoRecorder:
"""A recorder for posttroll file messages."""

def __init__(self,
nameserver_address='localhost',
nameserver_port=16543,
mongo_uri="mongodb://localhost:27017",
db_name='sat_db'):
"""Init the recorder."""
Expand Down

0 comments on commit 938bddd

Please sign in to comment.