This commit is contained in:
Erik Johnston 2015-05-01 14:38:14 +01:00
parent 42c12c04f6
commit 22c7c5eb8f

View File

@ -66,7 +66,7 @@ class Auth(object):
logger.debug( logger.debug(
"Auth events: %s", "Auth events: %s",
[a.event_id for a in auth_events] [a.event_id for a in auth_events.values()]
) )
if event.type == EventTypes.Member: if event.type == EventTypes.Member: