summaryrefslogtreecommitdiff
path: root/anzeige0/boot.py
blob: 0d30893e5500dbd900c12d60c56058d0c108ac8e (plain)
1
2
config = dict(map(lambda x: (x[0], int(x[1]) if x[1].isdigit() else x[1][1:-1] if x[1].startswith('"') and x[1].endswith('"') else x[1]), map(lambda x: x.strip().split("=", 1), filter(lambda x: '=' in x, open(".config").readlines()))))