comparison web/config.py @ 202:6dd157a12035

Add url link, improve atomicfile
author Matt Johnston <matt@ucc.asn.au>
date Sun, 30 Mar 2014 20:20:30 +0800
parents 4fa8cbf31065
children efb5cad2e98b
comparison
equal deleted inserted replaced
201:159b0e77ab21 202:6dd157a12035
35 } 35 }
36 36
37 SENSOR_COLOURS = {'Wort': 'e49222', 37 SENSOR_COLOURS = {'Wort': 'e49222',
38 'Ambient': '028b3d', 38 'Ambient': '028b3d',
39 'Voltage': '7db5d3aa', 39 'Voltage': '7db5d3aa',
40 'Fridge': '4c40c8', 40 'Fridge': '93c8ff',
41 'Setpoint': '39c662', 41 'Setpoint': '39c662',
42 'Cool': 'd7cedd', 42 'Cool': 'd7cedd',
43 'Processor': 'bf7a69', 43 'Processor': 'bf7a69',
44 } 44 }
45 45