mirror of
https://gitlab.sectorq.eu/jaydee/ansible.git
synced 2025-07-01 15:38:33 +02:00
bitwarden
This commit is contained in:
@ -1,10 +1,11 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from asyncio.log import logger
|
||||
import paho.mqtt
|
||||
import paho.mqtt.client as mqtt
|
||||
try:
|
||||
if paho.mqtt.__version__[0] > '1':
|
||||
client = mqtt.Client(mqtt.CallbackAPIVersion.VERSION1)
|
||||
except:
|
||||
else:
|
||||
client = mqtt.Client()
|
||||
|
||||
from getmac import get_mac_address
|
||||
|
Reference in New Issue
Block a user