New json saving feature #1

Merged
otizonaizit merged 2 commits from feature-disk into main 2026-07-27 20:59:16 +02:00
Owner

As discussed I added a safe storing to json in plain text

As discussed I added a safe storing to json in plain text
Owner

LGTM

LGTM
auth.py Outdated
@ -20,0 +30,4 @@
file = 'database.json'
try:
PWDB = read_pwdb(file)
except:
Owner

hey, a bare except? I think this is not the right way of catching an exception... maybe try:

except Exception:
hey, a bare except? I think this is not the right way of catching an exception... maybe try: ```python except Exception: ```
Author
Owner

Sure

Sure
otizonaizit left a comment

OK, I agree with @rike this LGTM

OK, I agree with @rike this LGTM
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
3 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
ASPP/2026-latam-git!1
No description provided.