Skip to content

Commit

Permalink
Update bot.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashuxd-X authored Oct 11, 2024
1 parent d34f349 commit c32e568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c32e568

Please sign in to comment.