Skip to content

Commit 0de1073

Browse files
committed
fix copy paste error in publisher example
1 parent 673fa57 commit 0de1073

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/sample_token_generate_refresh.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _usage():
6060
exit(1)
6161

6262

63-
if(token_generate_response.is_optout()):
63+
if(token_refresh_response.is_optout()):
6464
print("User has opted out")
6565
exit(0)
6666

0 commit comments

Comments
 (0)