We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56ccf1 commit 9f06fc0Copy full SHA for 9f06fc0
caltechdata_api/cli.py
@@ -33,7 +33,7 @@ def generate_key():
33
return Fernet.generate_key()
34
35
36
-# 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
37
def load_or_generate_key():
38
key_file = os.path.join(caltechdata_directory, "key.key")
39
if os.path.exists(key_file):
0 commit comments