-
Notifications
You must be signed in to change notification settings - Fork 291
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
Hi,
Thanks so much for this useful library!
I have got an issue where authenticate() does not automatically update the yaml file (login count, hashing, etc.).
If I use the yaml dump command that works, but then I have to put it at different places in my code.
From your documentation, I read:
- Updating the config file
Please ensure that the config file is re-saved whenever the contents are modified or after using any of the widgets or buttons.
with open('../config.yaml', 'w') as file:
yaml.dump(config, file, default_flow_style=False)
Please note that this step is not required if you are providing the config file as a path to the Authenticate class.
Could this be a bug?
Thanks so much for your assistance!
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed