This commit is contained in:
rootzoll 2020-05-22 20:33:04 +02:00
parent 80824b7920
commit d1d1a4f2fe

View file

@ -56,6 +56,7 @@ if sys.argv[1] == "menu":
with open('/mnt/hdd/raspiblitz.conf', 'r') as myfile:
data=myfile.read()
print(data)
import toml
parsed_toml = toml.loads(data)
print(parsed_toml)