From 7be7d8157e92679a7751cd8f364fe5c2c0f500e1 Mon Sep 17 00:00:00 2001 From: Marat Budkevich <93652988+marat2509@users.noreply.github.com> Date: Thu, 7 Mar 2024 19:50:30 +0300 Subject: [PATCH] tools: oops, fix --- tools/import_key.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/import_key.py b/tools/import_key.py index 7b15e3c..de55a33 100644 --- a/tools/import_key.py +++ b/tools/import_key.py @@ -1,3 +1,4 @@ +#!/bin/env python3 """ Script for importing keys from an existing config file. """ @@ -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(