вновь починил базу, доделал requirements.txt
This commit is contained in:
+1
-1
@@ -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]
|
||||||
|
|
||||||
|
|||||||
@@ -6,3 +6,4 @@ 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
|
||||||
Reference in New Issue
Block a user