Update O2app start with global ocloud ID
[pti/o2.git] / o2ims / domain / subscription_obj.py
index 1746ad9..596a616 100644 (file)
@@ -54,10 +54,10 @@ class RegistrationMessage(Serializer):
 @dataclass
 class EventState():
     Initial = 0
-    NotInstalled = 1
+    NotInstalled = 1
     Installing = 2
     Installed = 3
     Updating = 4
     Uninstalling = 5
     Abnormal = 6
-    Deleted = 7
+    Deleting = 7