diff --git a/modules/DB.py b/modules/DB.py index 1b7c3f9..f5c7d76 100644 --- a/modules/DB.py +++ b/modules/DB.py @@ -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] diff --git a/requirements.txt b/requirements.txt index 1af7cd0..be702db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ pygame==2.1.2 pymongo==4.3.3 setuptools==65.6.3 wheel==0.38.4 -configparser==5.3.0 \ No newline at end of file +configparser==5.3.0 +pygame-menu==4.3.2 \ No newline at end of file