Skip to content

Commit 2751856

Browse files
Hasith RathnayakeHasith Rathnayake
Hasith Rathnayake
authored and
Hasith Rathnayake
committed
new
1 parent b0fd192 commit 2751856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Using_Databases_with_Python/exercise1UsingSQLITE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
for item in sqlcmds[1:-1]:
2222
item=item.strip('\n')
2323
cur.execute(item)
24-
#commit to disk
24+
#commit to disk not needed only use in intervals
2525
connection.commit()
2626

2727
#view db

0 commit comments

Comments
 (0)