add auto update the reserve base

This commit is contained in:
2024-06-09 18:15:47 +07:00
parent 9661bbe43a
commit 0aa14b1c0e
4 changed files with 385 additions and 385 deletions
+1 -1
View File
@@ -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]