Change Create Windows Task to main.py

This commit is contained in:
2023-08-10 12:28:18 +02:00
parent e8d16fcd53
commit 6b6b1a318a
7 changed files with 70 additions and 70 deletions
+1 -1
View File
@@ -84,12 +84,12 @@ list = mysql_connect.get_ip(query)
# Ergebnisse durchlaufen und ausgeben
for row in list:
print(row)
name = row[2]
ipadress = row[4]
lastchange = row[6]
funktion = row[7]
token = row[8]
print(name)
cursor = mysql_connect.get_database()