From 57bc0aba203c0eb72072771289715450269c94d2 Mon Sep 17 00:00:00 2001 From: cuu Date: Mon, 17 Dec 2018 18:48:47 +0800 Subject: [PATCH] ... --- Menu/GameShell/10_Settings/Bluetooth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Menu/GameShell/10_Settings/Bluetooth/__init__.py b/Menu/GameShell/10_Settings/Bluetooth/__init__.py index 0de9b71..207639c 100644 --- a/Menu/GameShell/10_Settings/Bluetooth/__init__.py +++ b/Menu/GameShell/10_Settings/Bluetooth/__init__.py @@ -568,7 +568,7 @@ class BluetoothPage(Page): if "Name" in self._Devices[v]: if len(self._Devices[v]["Name"]) < 2: continue - if re.match("[0-9a-f]{2}([-:]?)[0-9a-f]{2}(\\1[0-9a-f]{2}){4}$", self._Devices[v]["Name"].lower()): + if re.match("[0-9a-f]{2}([-:]?)[0-9a-f]{2}(\\1[0-9a-f]{2}){4}$", self._Devices[v]["Name"].lower()): ## skip xx:xx:xx:xx:xx continue else: continue