fertig für Produktivsetzung

This commit is contained in:
hubobel 2019-02-16 20:39:53 +01:00
parent 2578aeb36e
commit 954dee5e9e

View file

@ -12,7 +12,7 @@ try:
cursor.execute("""CREATE TABLE Filosofie ( cursor.execute("""CREATE TABLE Filosofie (
Nr INTEGER, Filosofie TEXT)""") Nr INTEGER, Filosofie TEXT)""")
except: except:
#print ('weiter') None
sql = "SELECT * FROM Filosofie ORDER BY Nr DESC" sql = "SELECT * FROM Filosofie ORDER BY Nr DESC"
resp = cursor.execute(sql) resp = cursor.execute(sql)
resp3=resp resp3=resp