Change ssh-tunnel

This commit is contained in:
2023-08-11 11:46:36 +02:00
parent 9353bdeefb
commit 1455ec9782
9 changed files with 112 additions and 112 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ def get_hdd_info():
# Informationen über die CPU
def set_system_info(ipadress):
query = f"UPDATE `Kunden-Server` SET RAM={get_ram_info()}, Prozessor={get_cpu_sql()[0]}, CPU='{get_cpu_info()}' WHERE `IP-Adresse`='{ipadress}'"
mysql_connect.update_cpu(query,"Stines-GmbH")
# mysql_connect.update_cpu(query,"Stines-GmbH")
print("Fin")