Skip to content

Commit

Permalink
rename JSONHandler class to Document
Browse files Browse the repository at this point in the history
  • Loading branch information
jaedsonpys committed Jan 2, 2023
1 parent a237527 commit 6165e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookiedb/_document.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from cryptography import fernet


class JSONHandler:
class Document:
def __init__(self, key: bytes, database_local: str):
self._fernet = fernet.Fernet(key)
self._document_local = database_local
Expand Down

0 comments on commit 6165e18

Please sign in to comment.