Skip to content

Commit

Permalink
Ensure IDs to openid association removal. Closes #76
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed Nov 7, 2013
1 parent 6d63ad6 commit 8b58942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion social/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def getAssociation(self, server_url, handle=None):
if expires > 0:
associations.append(association)
elif expires == 0:
expired.append(association)
expired.append(association.id)

if expired: # clear expired associations
self.assoc.remove(expired)
Expand Down

0 comments on commit 8b58942

Please sign in to comment.