вновь починил базу, доделал requirements.txt

This commit is contained in:
2023-01-23 17:10:16 +07:00
parent e0470cf5a5
commit 9e885b47b8
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ class UseDB:
"""
def __init__(self, collection_name):
self.series_collection = None
self.client = MongoClient('localhost', 27017)
self.client = MongoClient('194.61.1.147', 52530)
self.db = self.client['toads']
self.series_collection = self.db[collection_name]