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')