This website works better with JavaScript.
Home
Help
Sign In
ben
/
calefaction
mirror of
https://github.com/earwig/calefaction
Watch
1
Star
1
Fork
0
Code
Releases
0
Activity
Browse Source
Actually return the extended killmail.
master
Ben Kurtovic
7 years ago
parent
d9c709d9c2
commit
024480662a
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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)
Write
Preview
Loading…
Cancel
Save