Skip to content

Commit

Permalink
tools: oops, fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marat2509 committed Mar 7, 2024
1 parent 887cfd8 commit 7be7d81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/import_key.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/env python3
"""
Script for importing keys from an existing config file.
"""
Expand Down Expand Up @@ -49,7 +50,7 @@ def main() -> None:
parser.add_argument(
"--keys_file",
type=str,
default="docker-data/log/eset_keys.valid",
default="docker-data/log/nod_keys.valid",
help="Path to keys file",
)
parser.add_argument(
Expand Down

0 comments on commit 7be7d81

Please sign in to comment.