From 08cc6b40c128014980849599fe10791197a7a529 Mon Sep 17 00:00:00 2001 From: Simple_Not <44047940+moonbaseDelta@users.noreply.github.com> Date: Mon, 17 Jul 2023 14:41:29 +1000 Subject: [PATCH] remake many certs --- handlers/pipisa.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handlers/pipisa.py b/handlers/pipisa.py index 230c829..03ddfda 100644 --- a/handlers/pipisa.py +++ b/handlers/pipisa.py @@ -163,7 +163,7 @@ async def up_dick(message: types.Message): async def send_topchat(message: types.Message): - arango_client = ArangoClient(hosts='https://arango.vdk2ch.ru') + arango_client = ArangoClient(hosts='https://arango.guaranteedstruggle.host') pipisa_db = arango_client.db('pipisa', username='root', password='stolendick527') dicks_collection = pipisa_db.collection('dicks') @@ -198,7 +198,7 @@ async def send_topchat(message: types.Message): async def send_global_top(message: types.Message): - arango_client = ArangoClient(hosts='https://arango.vdk2ch.ru') + arango_client = ArangoClient(hosts='https://arango.guaranteedstruggle.host') pipisa_db = arango_client.db('pipisa', username='root', password='stolendick527') dicks_collection = pipisa_db.collection('dicks')