Skip to content
Snippets Groups Projects
Commit fe69fa23 authored by Andreas Valder's avatar Andreas Valder
Browse files

comments have to be in english, see #346

parent 1359dc33
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,7 @@ def import_from(id): ...@@ -69,7 +69,7 @@ def import_from(id):
baserow = baserow[0] baserow = baserow[0]
rowdata = {'dates': []} rowdata = {'dates': []}
# "kein raum vergeben" ist ein Sonderfall, ansonsten die campus id # "kein raum vergeben" is a special case, else use campus id
if baserow.xpath("td[6]/text()")[0] == 'Kein Raum vergeben': if baserow.xpath("td[6]/text()")[0] == 'Kein Raum vergeben':
rowdata['place'] = '' rowdata['place'] = ''
elif baserow.xpath("td[6]/a"): elif baserow.xpath("td[6]/a"):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment