From bd569df2d1934df5121f42271032f2bd465d681a Mon Sep 17 00:00:00 2001 From: Erik Lopez Date: Fri, 8 May 2020 21:12:05 +0900 Subject: [PATCH] Update example --- examples/two_factor_auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/two_factor_auth.py b/examples/two_factor_auth.py index d31338f..1f562db 100644 --- a/examples/two_factor_auth.py +++ b/examples/two_factor_auth.py @@ -14,7 +14,7 @@ def get_profile(**options): profile = endpoints.factory.create("profile", instpector) - print(profile.of_user("dwgran")) + print(profile.of_user("target_user_name")) instpector.logout()