mabuseif commited on
Commit
2bac4bd
·
verified ·
1 Parent(s): dac7f93

Update app/main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -1155,7 +1155,7 @@ class HVACCalculator:
1155
  'lights': {
1156
  'power': sum(load['power'] for load in internal_loads.get('lighting', [])),
1157
  'use_factor': internal_loads.get('lighting', [{}])[0].get('usage_factor', 0.8),
1158
- 'hours_operation': internal_loads.get('lighting', [{}])[0].get('hours_in_operation』, '8h'),
1159
  'zone_type': internal_loads.get('lighting', [{}])[0].get('zone_type', 'A')
1160
  },
1161
  'equipment': {
 
1155
  'lights': {
1156
  'power': sum(load['power'] for load in internal_loads.get('lighting', [])),
1157
  'use_factor': internal_loads.get('lighting', [{}])[0].get('usage_factor', 0.8),
1158
+ 'hours_operation': internal_loads.get('lighting', [{}])[0].get('hours_in_operation', '8h'),
1159
  'zone_type': internal_loads.get('lighting', [{}])[0].get('zone_type', 'A')
1160
  },
1161
  'equipment': {