Skip to content

Commit 9f06fc0

Browse files
Update cli.py
1 parent e56ccf1 commit 9f06fc0

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
@@ -33,7 +33,7 @@ def generate_key():
3333
return Fernet.generate_key()
3434

3535

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

0 commit comments

Comments
 (0)