Skip to content

Commit c0ff40e

Browse files
author
Evidlo
committed
add note about seed regeneration in save() (and need for reload())
1 parent 872ea10 commit c0ff40e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pykeepass/pykeepass.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ def reload(self):
144144
def save(self, filename=None, transformed_key=None):
145145
"""Save current database object to disk.
146146
147+
The build process will randomize seeds while writing to disk, but `.kdbx`
148+
will not reflect these new values. Call `.reload()` if you need them.
149+
147150
Args:
148151
filename (`str`, optional): path to database or stream object.
149152
If None, the path given when the database was opened is used.

0 commit comments

Comments
 (0)