10d9 < appication_type = self.get_appication_type() 12,14d10 < if appication_type is None: < appication_type = self.application_type < 20c16 < "type": appication_type, --- > "type": self.get_application_type(),