From: Matías Aguirre Date: Mon, 11 Jun 2012 15:59:09 +0000 (-0300) Subject: Fix indentation level. Refs #366 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=0b533d5fdf4c1437d790bc9022825a41560936a6;p=django-social-auth.git Fix indentation level. Refs #366 --- diff --git a/social_auth/backends/facebook.py b/social_auth/backends/facebook.py index 638d8f1..eb2898f 100644 --- a/social_auth/backends/facebook.py +++ b/social_auth/backends/facebook.py @@ -105,7 +105,7 @@ class FacebookAuth(BaseOAuth2): access_token = response['access_token'][0] if 'expires' in response: - expires = response['expires'][0] + expires = response['expires'][0] if 'signed_request' in self.data: response = load_signed_request(self.data.get('signed_request'))