diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-19 18:37:41 +0200 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-05-19 18:37:41 +0200 |
commit | ee8ecc52420d94226676d1db39789ecea1c629ec (patch) | |
tree | 5ae691d8d87ee219677f0b125123297422269435 | |
parent | ea532a752073c3ba94fa8996907acffa8b5adc7f (diff) |
occupancy_map: Add FULLmain
-rwxr-xr-x | bin/efa-gw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ headers = { "Content-Type": "application/json; charset=utf-8", } -occupancy_map = {"MANY_SEATS": 1, "FEW_SEATS": 2, "STANDING_ONLY": 3} +occupancy_map = {"MANY_SEATS": 1, "FEW_SEATS": 2, "STANDING_ONLY": 3, "FULL": 4} occupancy_cache = dict() eva_to_name = dict() |