fix (schedule): Multiplier for min_attendance.
This commit is contained in:
@@ -121,7 +121,7 @@ class ScheduledSession:
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def min_attendence(self) -> int:
|
def min_attendence(self) -> int:
|
||||||
return self.config.get(Settings.MinAttendance.setting_id).value
|
return self.config.get(Settings.MinAttendance.setting_id).value * 60
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def all_attended(self) -> bool:
|
def all_attended(self) -> bool:
|
||||||
|
|||||||
Reference in New Issue
Block a user