Code style

This commit is contained in:
2024-11-07 16:39:56 +01:00
parent 33782aa785
commit 29228cf65d
9 changed files with 214 additions and 217 deletions

View File

@@ -25,7 +25,7 @@ def testConnection():
cur.execute("""
INSERT INTO test VALUES
(1, 'Gruva', 'Dusseldorf'),
(2, 'Teroteroterotero', 'Krefeld'),
(2, 'Tero', 'Krefeld'),
(3, 'Blabla','Paris')
""")
connection.commit()