Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-09-15 22:45:49 +02:00
parent 960563dff0
commit 9752cafc3a

View File

@ -65,7 +65,7 @@ class BluetoothSniffer(plugins.Plugin):
# Checking the time elapsed since last scan
if current_time - self.last_scan_time >= self.options['timer']:
self.last_scan_time = current_time
#logging.info("[BtS] Bluetooth sniffed: %s", str(self.bt_sniff_info()))
# logging.info("[BtS] Bluetooth sniffed: %s", str(self.bt_sniff_info()))
ui.set('BtS', str(self.bt_sniff_info()))
self.scan(ui)