We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872ea10 commit c0ff40eCopy full SHA for c0ff40e
1 file changed
pykeepass/pykeepass.py
@@ -144,6 +144,9 @@ def reload(self):
144
def save(self, filename=None, transformed_key=None):
145
"""Save current database object to disk.
146
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
+
150
Args:
151
filename (`str`, optional): path to database or stream object.
152
If None, the path given when the database was opened is used.
0 commit comments