fix (Accountability): Fix typo in .
This commit is contained in:
@@ -170,7 +170,7 @@ class TimeSlot:
|
||||
"Attended": [],
|
||||
"Missing": []
|
||||
}
|
||||
for memid, mem in sorted(self.members.items(), key=lambda memid, mem: mem.data.duration, reverse=True):
|
||||
for memid, mem in sorted(self.members.items(), key=lambda mem: mem[1].data.duration, reverse=True):
|
||||
mention = '<@{}>'.format(memid)
|
||||
if mem.has_attended:
|
||||
classifications["Attended"].append(
|
||||
|
||||
Reference in New Issue
Block a user