bitwarden

This commit is contained in:
jaydee
2024-07-29 10:26:24 +02:00
parent 8d9bfa08e1
commit 8ab0d7efe6

View File

@@ -19,7 +19,7 @@ import random
import requests
#import psutil
stats = {}
VERSION = "1.0.30"
VERSION = "1.0.31"
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.106"
MQTT_HOST = "192.168.77.246"
MQTT_PORT = 1883
if _PUBLISH: