Skip to content

Commit

Permalink
Update data/processors/nat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Sep 20, 2023
1 parent 45e1bea commit f31cda2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/processors/nat.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f31cda2

Please sign in to comment.