Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
  • Loading branch information
niuware committed May 8, 2020
1 parent f65773e commit bd569df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/two_factor_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit bd569df

Please sign in to comment.