refactor: Rename load_remote_blocklist->load_blocklist_from_instance
This commit is contained in:
parent
eaccce8c6e
commit
da984d80e4
@ -43,7 +43,7 @@ def blocklist_json_to_instances(blocklist_json: str) -> [Instance]:
|
|||||||
return instances
|
return instances
|
||||||
|
|
||||||
|
|
||||||
def load_remote_blocklist(server: str, token: str) -> [Instance]:
|
def load_blocklist_from_instance(server: str, token: str) -> [Instance]:
|
||||||
headers = {
|
headers = {
|
||||||
f'Authorization': f'Bearer {token}',
|
f'Authorization': f'Bearer {token}',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user