@@ -212,7 +212,7 @@ def get_screen_data(point=None, point_id=None): |
||
| 212 | 212 |
ipuis_fever = [] |
| 213 | 213 |
ipuis_not_upload = [] |
| 214 | 214 |
ipuis_unused = [] |
| 215 |
- ipui_other = [] |
|
| 215 |
+ ipuis_other = [] |
|
| 216 | 216 |
|
| 217 | 217 |
for ipui in ipuis: |
| 218 | 218 |
temperature = ipui.get('temperature', 0.0)
|