diff options
Diffstat (limited to 'BluetoothPairedDevices.py')
-rw-r--r-- | BluetoothPairedDevices.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BluetoothPairedDevices.py b/BluetoothPairedDevices.py index 4cf0c2b..4190159 100644 --- a/BluetoothPairedDevices.py +++ b/BluetoothPairedDevices.py @@ -24,7 +24,7 @@ def ParrotZikMac(): for mac in parsed_plist['PairedDevices']: if p.match(mac.replace("-", ":")): return mac.replace("-", ":") - except: + except Exception: pass elif sys.platform == "win32": |