Change ssh-tunnel

This commit is contained in:
2023-08-11 12:45:47 +02:00
parent 70a32201b7
commit 0280924314
9 changed files with 152 additions and 150 deletions
+2
View File
@@ -24,7 +24,9 @@ def get_cpu_info():
def get_cpu_sql():
freeze_support()
cpu = ()
cpu = get_cpu_info()
print(cpu)
query = f"SELECT `Prozessor-Anzahl` FROM `CPU-Liste` WHERE `CPU-Name`='{cpu}'"
return mysql_connect.get_cpu(query, "Stines-GmbH", cpu)