From 954dee5e9e6b11d190cc3411c87a998442302500 Mon Sep 17 00:00:00 2001 From: hubobel Date: Sat, 16 Feb 2019 20:39:53 +0100 Subject: [PATCH] =?UTF-8?q?fertig=20f=C3=BCr=20Produktivsetzung?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FilosophieTOsql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FilosophieTOsql.py b/FilosophieTOsql.py index 1b16535..10cff0a 100644 --- a/FilosophieTOsql.py +++ b/FilosophieTOsql.py @@ -12,7 +12,7 @@ try: cursor.execute("""CREATE TABLE Filosofie ( Nr INTEGER, Filosofie TEXT)""") except: - #print ('weiter') + None sql = "SELECT * FROM Filosofie ORDER BY Nr DESC" resp = cursor.execute(sql) resp3=resp