Update dispatcher.py

pull/155/head
Who? 2025-06-14 04:35:30 +07:00 committed by GitHub
parent 5809ac2cd3
commit 882a373938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -720,7 +720,7 @@ class CommandDispatcher:
self._external_bl = (
await utils.run_sync(
requests.get,
"https://ubguard.dan.tatar/blacklist.json",
"https://ubguard.codrago.life/blacklist.json",
)
).json()["blacklist"]