test db connection module, 3rd try to push

This commit is contained in:
Steinader 2020-12-14 13:33:41 +01:00 committed by Steinadler
parent 9e3041b454
commit bed782963d
1 changed files with 2 additions and 0 deletions

View File

@ -11,4 +11,6 @@ c.execute(sql)
select = c.fetchall()
print(sql)
c.close()