From 9e885b47b825c396c91aade4a8138f97af2176ac Mon Sep 17 00:00:00 2001 From: dmitrium12 Date: Mon, 23 Jan 2023 17:10:16 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B2=D0=BD=D0=BE=D0=B2=D1=8C=20=D0=BF=D0=BE?= =?UTF-8?q?=D1=87=D0=B8=D0=BD=D0=B8=D0=BB=20=D0=B1=D0=B0=D0=B7=D1=83,=20?= =?UTF-8?q?=D0=B4=D0=BE=D0=B4=D0=B5=D0=BB=D0=B0=D0=BB=20requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/DB.py | 2 +- requirements.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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