Skip to content

Commit f3a256d

Browse files
committed
[SDK-271]: Corrected Python README AML Example output after AML example was updated
1 parent 496c220 commit f3a256d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ aml_profile = aml.AmlProfile(
180180

181181
aml_result = client.perform_aml_check(aml_profile)
182182

183-
print("AML Result for {1} {2}:", given_names, family_name)
183+
print("AML Result for {0} {1}:".format(given_names, family_name))
184184
print("On PEP list: " + str(aml_result.on_pep_list))
185185
print("On fraud list: " + str(aml_result.on_fraud_list))
186186
print("On watchlist: " + str(aml_result.on_watch_list))

0 commit comments

Comments
 (0)