-
Notifications
You must be signed in to change notification settings - Fork 0
/
variablestore.py
36 lines (30 loc) · 1000 Bytes
/
variablestore.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
rooms = {
1: "Dry/Cure 1",
2: "Dry/Cure 2",
3: "Dry/Cure 3",
4: "Dry/Cure 4",
# 5: "Flower - Bay 1",
# 6: "Flower - Bay 2",
# 7: "Flower - Bay 3",
# 8: "Flower - Bay 4",
# 9: "Flower - Bay 5",
# 10: "Flower - Bay 6",
# 11: "Flower - Bay 7",
# 12: "Flower - Bay 8",
# 13: "Freezer Storage",
# 14: "Mom/Clone Room",
# 15: "Vault",
# 16: "Veg - Bay 1",
# 17: "Veg - Bay 2"
}
table = [[1, "Dry/Cure 1"], [2, "Dry/Cure 2"], [3, "Dry/Cure 3"],
[4, "Dry/Cure 4"]]
# [5, "Flower - Bay 1"], [6, "Flower - Bay 2"],
# [7, "Flower - Bay 3"], [8, "Flower - Bay 4"], [9, "Flower - Bay 5"],
# [10, "Flower - Bay 6"], [11,"Flower - Bay 7"], [12, "Flower - Bay 8"],
# [13, "Freezer Storage"], [14, "Mom/Clone Room"], [15, "Vault"],
# [16, "Veg - Bay 1"], [17, "Veg - Bay 2"]]
# headers = ["Numeral", "Room Name"]
kevnum = ()
display = []
truthcheck = "N"