mirror of https://github.com/coddrago/Heroku
Update dispatcher.py
parent
5809ac2cd3
commit
882a373938
|
@ -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"]
|
||||
|
||||
|
|
Loading…
Reference in New Issue