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 4691ac6 commit ab4153eCopy full SHA for ab4153e
caltechdata_api/cli.py
@@ -34,7 +34,7 @@ def generate_key():
34
return Fernet.generate_key()
35
36
37
-# 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.
38
def load_or_generate_key():
39
key_file = os.path.join(caltechdata_directory, "key.key")
40
if os.path.exists(key_file):
0 commit comments