Skip to content

Commit

Permalink
Temporary Laundry Patch (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuneerroy authored Nov 9, 2023
1 parent 4ae2611 commit b501681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/laundry/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def compute_usage(hall_id):
return Response({"error": "Invalid hall id passed to server."}, status=404)

# [0]: available washers, [1]: available dryers, [2]: total number of LaundrySnapshots
data = [(0, 0, 0)] * 27
data = [(0, 0, 0)] * 28

# used calculate the start and end dates
min_date = timezone.localtime()
Expand Down

0 comments on commit b501681

Please sign in to comment.