From 77c5ce0c4ec6a27cdb61883f6c0012dc8a720bad Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Thu, 19 May 2016 15:19:55 +0200 Subject: [PATCH] Indentation fixes (how did those tabs get in there?) --- auth_fitbit.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/auth_fitbit.py b/auth_fitbit.py index ad01d7a..ac12dbb 100755 --- a/auth_fitbit.py +++ b/auth_fitbit.py @@ -101,9 +101,9 @@ def main(): credentials = dict( client_id=client_id, client_secret=client_secret, - access_token=server.oauth.token['access_token'], - refresh_token=server.oauth.token['refresh_token']) + access_token=server.oauth.token['access_token'], + refresh_token=server.oauth.token['refresh_token']) yaml.dump(credentials, open('fitbit.yaml', 'w')) if __name__ == '__main__': - main() + main()