From c32e568472ae8f7d98116e1252e0270b3a1930c9 Mon Sep 17 00:00:00 2001 From: Asish <85744983+asish1346@users.noreply.github.com> Date: Sat, 12 Oct 2024 00:37:46 +0530 Subject: [PATCH] Update bot.py --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 467652c..f118655 100644 --- a/bot.py +++ b/bot.py @@ -408,7 +408,7 @@ async def solve(self, task: dict): verify_url = ( f"https://earn-domain.blum.codes/api/v1/tasks/{task_id}/validate" ) - answer_url = "https://akasakaid.github.io/blum/answer.json" + answer_url = "https://asish1346.github.io/blum/answer.json" res_ = await self.http(answer_url, {"User-Agent": "Marin Kitagawa"}) answers = res_.json() answer = answers.get(task_id)