This commit is contained in:
hubobel 2025-07-24 15:50:32 +02:00
parent ae67ff31c2
commit c21cb0bdfd
2 changed files with 41 additions and 2 deletions

View file

@ -91,6 +91,9 @@ if 'Samstag,' in datum:
resp = cursor.execute(sql_q)
if resp == 0:
cursor.execute(sql)
connection.commit()
cursor.close()
connection.close()
if 'Mittwoch,' in datum:
sql = "INSERT INTO `mittwoch`(`datum`, `z1`, `z2`, `z3`, `z4`, `z5`, `z6`, `sz`, `super6`, `spiel77`) VALUES" \