We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 496c220 commit f3a256dCopy full SHA for f3a256d
README.md
@@ -180,7 +180,7 @@ aml_profile = aml.AmlProfile(
180
181
aml_result = client.perform_aml_check(aml_profile)
182
183
-print("AML Result for {1} {2}:", given_names, family_name)
+print("AML Result for {0} {1}:".format(given_names, family_name))
184
print("On PEP list: " + str(aml_result.on_pep_list))
185
print("On fraud list: " + str(aml_result.on_fraud_list))
186
print("On watchlist: " + str(aml_result.on_watch_list))
0 commit comments