Update sara.py

This commit is contained in:
Caster 2024-08-24 12:25:02 +05:00 committed by GitHub
parent 3c58884d6e
commit a4279bd11c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ def banner():
def parse_arguments():
parser = argparse.ArgumentParser()
parser.add_argument('--config-file', required=True, help='Path to the RouterOS configuration file')
parser.add_argument('--config-file', required=True, help='Path to the RouterOS configuration file (or .rsc)')
return parser.parse_args()
def extract_device_info(config_data):