mabuseif commited on
Commit
0e3c9dc
·
verified ·
1 Parent(s): c5ec489

Update app/internal_loads.py

Browse files
Files changed (1) hide show
  1. app/internal_loads.py +1 -1
app/internal_loads.py CHANGED
@@ -26,7 +26,7 @@ logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(levelname)s - %(
26
  logger = logging.getLogger(__name__)
27
 
28
  # Define constants
29
- LOAD_TYPES = ["People", "Lighting", "Equipment", "Ventilation & Infiltration", "Schedules"]
30
 
31
  def display_internal_loads_page():
32
  """
 
26
  logger = logging.getLogger(__name__)
27
 
28
  # Define constants
29
+ LOAD_TYPES = ["Schedules", "People", "Lighting", "Equipment", "Ventilation & Infiltration"]
30
 
31
  def display_internal_loads_page():
32
  """