video = bb.get('video', None)
if isinstance(video, Parameter) and video.value.strip() != "":
sledrun_json['videos'] = [{'url': str(video.value.strip())}]
+ correction = bb.get('Korrektur_To', None)
+ if isinstance(correction, Parameter) and correction.value.strip() != "":
+ sledrun_json['correction_email'] = correction.value.strip()
_button_bar()
def _public_transport():