Browse Source

Actually return the extended killmail.

master
Ben Kurtovic 6 years ago
parent
commit
024480662a
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      calefaction/eve/zkill.py

+ 2
- 0
calefaction/eve/zkill.py View File

@@ -60,6 +60,8 @@ class ZKillboard:
victim["faction_id"] = 0
victim["faction_name"] = ""

return kill

def query(self, *args):
"""Make an API query using the given arguments."""
query = "/" + "".join(str(arg) + "/" for arg in args)


Loading…
Cancel
Save