changes to run configuration and virtual command model

This commit is contained in:
Tobias Kurze
2020-08-13 09:00:54 +02:00
parent 9c19708381
commit c8a517ff60
10 changed files with 75 additions and 33 deletions

View File

@@ -45,8 +45,6 @@ def get_campus_rooms():
'building_number': building_number,
'coordinates': r.get('coordinates')}
parsed_rooms.append(room)
print(len(parsed_rooms))
return parsed_rooms