This commit is contained in:
Sean Corrigan 2022-02-01 16:31:01 -05:00
parent 9cba0ea16f
commit b310badbf8

View File

@ -17,7 +17,7 @@ for prefix in datain['prefixes']:
for region in outdict: for region in outdict:
print(f'{region}') print(f'{region}')
select = input('Enter name of location to recieve associated IPs: ') select = input('Enter name of location to receive associated IPs: ')
print('\n'*100) print('\n'*100)
print(f'Displaying IP ranges for {select}') print(f'Displaying IP ranges for {select}')