Address bug with reset signoffs
This commit is contained in:
parent
e3321000cb
commit
7ff75e5e58
|
|
@ -287,7 +287,7 @@ async def reset_callback(event: slack_util.Event, match: Match) -> None:
|
|||
await house_management.export_assignments(assigns)
|
||||
|
||||
# Now wipe points
|
||||
headers, points = house_management.import_points()
|
||||
headers, points = await house_management.import_points()
|
||||
|
||||
# Set to 0/default
|
||||
for i in range(len(points)):
|
||||
|
|
|
|||
Loading…
Reference in New Issue