comparison web/config.py @ 29:048143905092

work on web interface
author Matt Johnston <matt@ucc.asn.au>
date Tue, 12 Jun 2012 23:27:53 +0800
parents e3e0ed7758f9
children 5e75e08d20ac
comparison
equal deleted inserted replaced
28:e3e0ed7758f9 29:048143905092
1 1
2 DATA_PATH = 'data' 2 DATA_PATH = 'data'
3 3
4 HMAC_KEY = 'a hmac key' 4 HMAC_KEY = 'a hmac key'
5 5
6 GRAPH_WIDTH = 800
7
8 LINE_WIDTH = 2
9
10 SENSOR_NAMES = {}
11
12 SENSOR_COLOURS = {}