Skip to content

Commit

Permalink
Fix dorm identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
ibot3 committed Apr 12, 2021
1 parent 3171591 commit b8d1188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sipa/model/pycroft/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def init_context(app):
('bla', "Blasewitzer Straße", [
IPv4Network('141.30.29.0/24'), # Bla84
]),
('bla', "St.-Petersburger-Straße", [
('spb', "St.-Petersburger-Straße", [
IPv4Network('141.30.208.0/24'),
IPv4Network('141.30.210.0/24'),
IPv4Network('141.30.214.0/24'),
Expand Down

0 comments on commit b8d1188

Please sign in to comment.