...
This commit is contained in:
parent
ae67ff31c2
commit
c21cb0bdfd
2 changed files with 41 additions and 2 deletions
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue