This commit is contained in:
cuu 2018-12-02 18:04:18 +08:00
parent 572984f294
commit 578305dfb1

View File

@ -183,7 +183,7 @@ class TitleBar:
def CheckBluetooth(self):
out = commands.getstatusoutput("hcitool dev | grep hci0 |cut -f3")
if len(out[1]) < 17:
print("no bluetooth", out)
print("CheckBluetooth:no bluetooth", out)
self._Icons["bluetooth"]._IconIndex = 2
return
else: