Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db6ede9b authored by Rahul Arya's avatar Rahul Arya Committed by Gerrit Code Review
Browse files

Merge "[Pandora] Fix HOGP regex"

parents bed8983b 2a49283a
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -88,14 +88,12 @@ class HOGPProxy(ProfileProxy):
        """

        PATTERN = re.compile(
            r"""
            textwrap.dedent(r"""
                Attribute Handle = (\S*)
                Characteristic Properties = (?P<properties>\S*)
                Handle = (?P<handle>\S*)
                UUID = (?P<uuid>\S*)
                """,
            re.VERBOSE,
        )
                """).strip().replace("\n", " "))

        targets = set()