From 578305dfb18c2dd991e392a12f299d5c07725ec3 Mon Sep 17 00:00:00 2001 From: cuu Date: Sun, 2 Dec 2018 18:04:18 +0800 Subject: [PATCH] ... --- sys.py/UI/title_bar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys.py/UI/title_bar.py b/sys.py/UI/title_bar.py index 324c265..eec4ff6 100644 --- a/sys.py/UI/title_bar.py +++ b/sys.py/UI/title_bar.py @@ -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: