вновь починил базу, доделал 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): def __init__(self, collection_name):
self.series_collection = None self.series_collection = None
self.client = MongoClient('localhost', 27017) self.client = MongoClient('194.61.1.147', 52530)
self.db = self.client['toads'] self.db = self.client['toads']
self.series_collection = self.db[collection_name] self.series_collection = self.db[collection_name]
+2 -1
View File
@@ -5,4 +5,5 @@ pygame==2.1.2
pymongo==4.3.3 pymongo==4.3.3
setuptools==65.6.3 setuptools==65.6.3
wheel==0.38.4 wheel==0.38.4
configparser==5.3.0 configparser==5.3.0
pygame-menu==4.3.2