Address bug with reset signoffs

This commit is contained in:
arkerekon 2023-01-11 14:57:07 -05:00
parent e3321000cb
commit 7ff75e5e58
1 changed files with 428 additions and 428 deletions

View File

@ -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)):