Skip to content

Commit

Permalink
Update example
Browse files Browse the repository at this point in the history
niuware committed May 8, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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
@@ -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()

0 comments on commit bd569df

Please sign in to comment.