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