mabuseif commited on
Commit
4aa3854
·
verified ·
1 Parent(s): 6fe3322

Update app/i_l_data.py

Browse files
Files changed (1) hide show
  1. app/i_l_data.py +1 -1
app/i_l_data.py CHANGED
@@ -187,7 +187,7 @@ DEFAULT_SCHEDULE_TEMPLATES = {
187
  "public_institutional": {
188
  "description": "Standard institutional hours (8 AM - 6 PM)",
189
  "weekday": [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.5, 0.8, 1.0, 1.0, 1.0, 1.0,
190
- 0.8, 0.7, 0.5, 0.3, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2]
191
  "weekend": [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1,
192
  0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]
193
  },
 
187
  "public_institutional": {
188
  "description": "Standard institutional hours (8 AM - 6 PM)",
189
  "weekday": [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.5, 0.8, 1.0, 1.0, 1.0, 1.0,
190
+ 0.8, 0.7, 0.5, 0.3, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2, 0.2],
191
  "weekend": [0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1,
192
  0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1, 0.1]
193
  },