Skip to content

Commit

Permalink
Add dict for calendar event owner type ID mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlybulb authored and a-tal committed Mar 10, 2018
1 parent 94b95bc commit 4bcd1bf
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions eve_glue/calendar_event_owner_type.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
"""Helpers for mapping calendar event ownere type ID to owner type."""


CALENDAR_EVENT_OWNER_TYPE_DICT = {
0: "eve_server",
2: "corporation",
30: "faction",
1373: "character",
1374: "character",
1375: "character",
1376: "character",
1377: "character",
1378: "character",
1379: "character",
1380: "character",
1383: "character",
1384: "character",
1385: "character",
1386: "character",
16159: "alliance"
}

0 comments on commit 4bcd1bf

Please sign in to comment.