@@ -1017,13 +1017,13 @@ def invocations(self, req: models.InvocationsRequest):
1017
1017
print (f"\n -----<<<<<<< UserID@{ user_input_data ['user_id' ]} >>>>>>>----- " )
1018
1018
print (f"\n -----<<<<<<< GenID@{ user_input_data ['generation_id' ]} >>>>>>>----- " )
1019
1019
print (f"\n -----<<<<<<< WFID@{ user_input_data ['workflow' ]} >>>>>>>----- " )
1020
- print_text = f"\n Received user_input_data:" +
1021
- f"user_id={ user_input_data ['user_id' ]} ," +
1022
- f"date_taken={ user_input_data ['date_taken' ]} ," +
1023
- f"project_id={ user_input_data ['project_id' ]} ," +
1024
- f"generation_id={ user_input_data ['generation_id' ]} ," +
1025
- f"workflow={ user_input_data ['workflow' ]} ," +
1026
- f"design_library_style={ user_input_data ['design_library_style' ]} "
1020
+ print_text = ( f"\n Received user_input_data:" +
1021
+ f"user_id={ user_input_data ['user_id' ]} ," +
1022
+ f"date_taken={ user_input_data ['date_taken' ]} ," +
1023
+ f"project_id={ user_input_data ['project_id' ]} ," +
1024
+ f"generation_id={ user_input_data ['generation_id' ]} ," +
1025
+ f"workflow={ user_input_data ['workflow' ]} ," +
1026
+ f"design_library_style={ user_input_data ['design_library_style' ]} " )
1027
1027
1028
1028
# if 'camera' in user_input_data:
1029
1029
# print_text = print_text + f",camera={user_input_data['camera']},"
0 commit comments