Mercurial > templog
view web/config.py @ 379:fed6738be1ab
Get rid of axes labels, tidy html
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 01 Jul 2012 00:09:50 +0800 |
parents | f22427bcfda8 |
children | 959e88c0bdfa |
line wrap: on
line source
DATA_PATH = '/home/matt/templog/web/data' HMAC_KEY = 'a hmac key' UPDATE_URL = 'https://evil.ucc.asn.au/~matt/templog/update' GRAPH_WIDTH = 800 GRAPH_HEIGHT = 400 LINE_WIDTH = 2 SENSOR_NAMES = {'sensor_28 CE B2 1A 03 00 00 99': "Wort", 'sensor_28 CC C1 1A 03 00 00 D4': "Board", 'sensor_voltage': 'Voltage', } SENSOR_COLOURS = {'Wort': 'e49222', 'Board': '028b3d', 'Voltage': '7db5d3aa', } GRAPH_FONT = "Prociono" #GRAPH_FONT = "URW Gothic L" # determine by zooming in an image viewer GRAPH_LEFT_MARGIN = 63