Skip to content

Commit 0da52ab

Browse files
committed
update README.md
1 parent d94ce60 commit 0da52ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ can be changed via the corresponding property of the object:
110110
````python
111111
content = db.get_content()[0]
112112
content.Title = "New Title"
113+
db.commit()
113114
````
114115
Some fields are stored as references to other tables, for example the artist of a track.
115116
Check the [documentation][db6-doc] of the corresponding object for more information.

0 commit comments

Comments
 (0)