mirror of
https://github.com/casterbyte/Sara.git
synced 2025-08-01 00:25:15 +02:00
Update sara.py
This commit is contained in:
parent
3c58884d6e
commit
a4279bd11c
1 changed files with 1 additions and 1 deletions
2
sara.py
2
sara.py
|
@ -25,7 +25,7 @@ def banner():
|
||||||
|
|
||||||
def parse_arguments():
|
def parse_arguments():
|
||||||
parser = argparse.ArgumentParser()
|
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()
|
return parser.parse_args()
|
||||||
|
|
||||||
def extract_device_info(config_data):
|
def extract_device_info(config_data):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue