Spaces:
Runtime error
Runtime error
Update speed_dating_scheduler.py
Browse files
speed_dating_scheduler.py
CHANGED
|
@@ -64,7 +64,7 @@ class SpeedDatingScheduler :
|
|
| 64 |
if len(participants) == 9 :
|
| 65 |
divider = 3
|
| 66 |
elif len(participants) <= 16:
|
| 67 |
-
divider =
|
| 68 |
elif len(participants) == 20:
|
| 69 |
divider = 4
|
| 70 |
elif len(participants) <= 25:
|
|
|
|
| 64 |
if len(participants) == 9 :
|
| 65 |
divider = 3
|
| 66 |
elif len(participants) <= 16:
|
| 67 |
+
divider = 3
|
| 68 |
elif len(participants) == 20:
|
| 69 |
divider = 4
|
| 70 |
elif len(participants) <= 25:
|