Skip to content

Commit

Permalink
Fix notification type enum inconsistency
Browse files Browse the repository at this point in the history
Knocking out esi/esi-issues#759 while I'm
in this area.
  • Loading branch information
ccp-zoetrope committed Feb 15, 2018
1 parent 8cc8ea4 commit 94b95bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eve_glue/notification_type.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,9 @@ class NotificationTypeEnum(enum.Enum):
NotificationTypeEnumV2 = new_from_enum( # pylint: disable=invalid-name
"NotificationTypeEnumV2",
NotificationTypeEnum,
remove=["notificationTypeMoonminingExtractionStarted"],
add={
"MoonminingExtractionStarted": 202,
"StructureWentLowPower": 207,
"StructureWentHighPower": 208,
"StructuresReinforcementChanged": 209
Expand Down

0 comments on commit 94b95bc

Please sign in to comment.