mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 13:30:17 +02:00
Fix srp url for zkill api
This commit is contained in:
parent
1de3c989d7
commit
ccef27b637
@ -18,7 +18,7 @@ class SRPManager:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def get_kill_data(kill_id):
|
def get_kill_data(kill_id):
|
||||||
url = ("https://www.zkillboard.com/api/killID/%s/" % kill_id)
|
url = ("https://zkillboard.com/api/killID/%s/" % kill_id)
|
||||||
headers = {
|
headers = {
|
||||||
'User-Agent': NAME,
|
'User-Agent': NAME,
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user