Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RohanBhattaraiNP authored Dec 20, 2024
1 parent 877b28d commit 2aadd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caltechdata_api/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def generate_key():
return Fernet.generate_key()


# Load the key from a file or generate a new one if not present
# Load the key from a file or generate a new one if not present.
def load_or_generate_key():
key_file = os.path.join(caltechdata_directory, "key.key")
if os.path.exists(key_file):
Expand Down

0 comments on commit 2aadd34

Please sign in to comment.