You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
root@Pi:~/system_sensors/src# python3 system_sensors.py settings.yaml
Traceback (most recent call last):
File "/root/system_sensors/src/system_sensors.py", line 250, in <module>
add_drives()
File "/root/system_sensors/src/system_sensors.py", line 168, in add_drives
drive_path = settings['sensors']['external_drives'][drive]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^
TypeError: string indices must be integers, not 'str'
This happens no matter what is entered for external drives in the settings.yaml
The text was updated successfully, but these errors were encountered:
This happens no matter what is entered for external drives in the settings.yaml
The text was updated successfully, but these errors were encountered: