From 7e587c9b6b62057f7e9258ac93c7fec77e994fa1 Mon Sep 17 00:00:00 2001 From: David Shah Date: Sat, 13 Jan 2018 17:31:09 +0000 Subject: Add 5k UWG30 ieren data to db --- icebox/icebox.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'icebox/icebox.py') diff --git a/icebox/icebox.py b/icebox/icebox.py index e19e489..198b5f2 100644 --- a/icebox/icebox.py +++ b/icebox/icebox.py @@ -2347,7 +2347,11 @@ ieren_db = { ( 7, 0, 1, 7, 0, 0), ( 5, 0, 0, 5, 0, 1), ( 6, 0, 0, 6, 0, 1), - ( 7, 0, 0, 7, 0, 1) + ( 7, 0, 0, 7, 0, 1), + (12, 31, 0, 12, 31, 1), + (12, 0, 0, 12, 0, 1), + (13, 0, 0, 13, 0, 1), + (12, 0, 1, 12, 0, 0) ] } -- cgit v1.2.3