@@ -8,7 +8,7 @@ class UseDB:
def __init__(self, collection_name):
self.series_collection = None
self.client = MongoClient('127.0.0.1', 27017)
self.client = MongoClient('mongodb', 27017)
self.db = self.client['aero']
self.series_collection = self.db[collection_name]
The note is not visible to the blocked user.