Mercurial > templog
view web/config.py @ 32:e18d7e89c17d
More minor work
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 14 Jun 2012 00:00:57 +0800 |
parents | 5e75e08d20ac |
children | 024f5571df8c |
line wrap: on
line source
DATA_PATH = 'data' HMAC_KEY = 'a hmac key' GRAPH_WIDTH = 800 GRAPH_HEIGHT = 400 LINE_WIDTH = 2 SENSOR_NAMES = {'sensor_test1': "First Test"} SENSOR_COLOURS = {} GRAPH_FONT = "Courier"