bitwarden

This commit is contained in:
jaydee
2024-08-18 18:47:05 +02:00
parent 209161414a
commit 6304f1a5f9

View File

@@ -19,7 +19,7 @@ import random
import requests
#import psutil
stats = {}
VERSION = "1.0.31"
VERSION = "1.0.32"
curos = platform.system()
host = platform.node().lower()
print(host)
@@ -221,7 +221,7 @@ for o, a in opts:
_THR_VAL = sys.argv[3]
else:
_WIZZARD = True
MQTT_HOST = "192.168.77.246"
MQTT_HOST = "mqtt.lan"
MQTT_PORT = 1883
if _PUBLISH: