Mine
public text v1 · immutablejohn@Schala:~$ python test.py
Traceback (most recent call last):
File "test.py", line 7, in <module>
print_name(devices[0]['host'])
IndexError: list index out of range
john@Schala:~$
john@Schala:~$ python test.py
Traceback (most recent call last):
File "test.py", line 7, in <module>
print_name(devices[0]['host'])
IndexError: list index out of range
john@Schala:~$