aboutsummaryrefslogtreecommitdiff
path: root/BluetoothPairedDevices.py
diff options
context:
space:
mode:
authorMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-12 14:10:00 +0200
committerMarek Siarkowicz <mareksiarkowicz@gmail.com>2015-06-12 14:24:53 +0200
commit6c1a6a589a99da15ab936bf11cf3640ba9b24182 (patch)
treeee17f45d4a5d636ea6bbc09237a3cc1a8d0e1134 /BluetoothPairedDevices.py
parentb7ccaa7015df61c101b3aa40e44feb2b5da287a0 (diff)
downloadpyParrotZikTCP-6c1a6a589a99da15ab936bf11cf3640ba9b24182.tar.xz
pyParrotZikTCP-6c1a6a589a99da15ab936bf11cf3640ba9b24182.zip
Refactor.
Diffstat (limited to '')
-rw-r--r--BluetoothPairedDevices.py2
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":