Skip to content

Commit 3defdf7

Browse files
author
tailor
committed
[project @ Fix rogue name in example consumer]
1 parent e9e7212 commit 3defdf7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/consumer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ def doProcess(self):
270270
def doAffiliate(self):
271271
"""Direct the user sign up with an affiliate OpenID provider."""
272272
sreg_req = sreg.SRegRequest(['nickname'], ['fullname', 'email'])
273-
sreg_req.toMessage().toURL(OPENID_PROVIDER_URL)
273+
href = sreg_req.toMessage().toURL(OPENID_PROVIDER_URL)
274274

275275
message = """Get an OpenID at <a href=%s>%s</a>""" % (
276276
quoteattr(href), OPENID_PROVIDER_NAME)

0 commit comments

Comments
 (0)