Update ex_access.py

This commit is contained in:
Julien Balestra
2015-08-19 21:25:09 +02:00
parent b4f44b1425
commit d832c812c4

View File

@@ -50,6 +50,6 @@ cursor.insert()
# Iterate through the records
cursor.reset()
for key, value in cursor:
print('Got record: %s : %s' % (key, value))
print('Got record: %s : %s' % (key, value))
conn.close()