comparison web/config.py @ 335:1e22eaf93620

work on web interface
author Matt Johnston <matt@ucc.asn.au>
date Tue, 12 Jun 2012 23:27:53 +0800
parents 3b821541657d
children 5e75e08d20ac
comparison
equal deleted inserted replaced
334:3b821541657d 335:1e22eaf93620
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 = {}