Skip to content

Commit ab4153e

Browse files
Update cli.py
1 parent 4691ac6 commit ab4153e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

caltechdata_api/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def generate_key():
3434
return Fernet.generate_key()
3535

3636

37-
# Load the key from a file or generate a new one if not present
37+
# Load the key from a file or generate a new one if not present.
3838
def load_or_generate_key():
3939
key_file = os.path.join(caltechdata_directory, "key.key")
4040
if os.path.exists(key_file):

0 commit comments

Comments
 (0)