We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 728fa23 commit c6a0076Copy full SHA for c6a0076
1 file changed
app/rooms/examples/eg006_create_external_form_fill_session.py
@@ -86,10 +86,10 @@ def worker(args):
86
api_client = create_rooms_api_client(access_token=args["access_token"])
87
88
request_body=ExternalFormFillSessionForCreate(
89
- room_id=args['room_id'],
90
- form_id=args['form_id'],
91
- x_frame_allowed_url = args['x_frame_allowed_url']
92
- )
+ room_id=args['room_id'],
+ form_id=args['form_id'],
+ x_frame_allowed_url = args['x_frame_allowed_url']
+ )
93
94
# Step 2. Create an external form fill session
95
form_fill_session_api = ExternalFormFillSessionsApi(api_client)
0 commit comments