mirror of
https://github.com/casterbyte/Sara.git
synced 2025-07-30 23:55:25 +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():
|
||||
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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue