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 7c242f6 commit ae61797Copy full SHA for ae61797
caltechdata_api/cli.py
@@ -35,7 +35,7 @@ def generate_key():
35
36
# 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_file)
+ key_file = os.path.join(caltechdata_directory, "key.key")
39
if os.path.exists(key_file):
40
with open(key_file, "rb") as f:
41
return f.read()
0 commit comments