typos is connector

This commit is contained in:
mischa 2022-06-17 18:22:29 +02:00
parent b3a4dba648
commit 0a26c621f6
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ print(json_file)
connector_result = re.match(r'(\w+)(\d+)', json_file)
connector_name = connector_result.group(1)
connector_number = connector_result.group(2)
logging.debug(f'Connector Name: {connector_name} - Number: {connecter_nunber}')
logging.debug(f'Connector Name: {connector_name} - Number: {connector_number}')
with open (json_file, 'r') as f:
body = json.load(f)
if args.pretty: