123
This commit is contained in:
@@ -26,5 +26,4 @@ def get_hdd_info():
|
||||
# Informationen über die CPU
|
||||
def set_system_info(name,ipadress):
|
||||
query = f"UPDATE `Kunden-Server` SET RAM={get_ram_info()}, Prozessor={get_cpu_sql()[0]}, CPU='{cpuinfo.get_cpu_info()['brand_raw']}' WHERE `IP-Adresse`='{ipadress}'"
|
||||
print(query)
|
||||
return mysql_connect.update_cpu(query,"Stines-GmbH",get_cpu_sql()[0])
|
||||
Reference in New Issue
Block a user