From f31cda24ce3a685cf75da15d080c2809b4e81f59 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Thu, 21 Sep 2023 01:55:38 +0200 Subject: [PATCH] Update data/processors/nat.py --- data/processors/nat.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/processors/nat.py b/data/processors/nat.py index 9ef03332f..17ee182a0 100644 --- a/data/processors/nat.py +++ b/data/processors/nat.py @@ -146,9 +146,9 @@ def _is_room_excluded(internal_id, b_id, data): """ Some rooms are excluded from merging because they are more likely outdated (removed). This concerns rooms that are so far not in `data` (so not in TUMonline), but - from a building that is not only only from the NAT Roomfinder. In other words, - new rooms are only added if the entire building is only added because of the - NAT Roomfinder. + from a building that is not only only from the NAT Roomfinder. + In other words, new rooms are only added if the entire building is added by the + NAT Roomfinder's data. """ if internal_id in data: return False