Indentation fixes (how did those tabs get in there?)

This commit is contained in:
Petru Paler
2016-05-19 15:19:55 +02:00
parent 4777f02f4e
commit 77c5ce0c4e

View File

@@ -101,9 +101,9 @@ def main():
credentials = dict( credentials = dict(
client_id=client_id, client_id=client_id,
client_secret=client_secret, client_secret=client_secret,
access_token=server.oauth.token['access_token'], access_token=server.oauth.token['access_token'],
refresh_token=server.oauth.token['refresh_token']) refresh_token=server.oauth.token['refresh_token'])
yaml.dump(credentials, open('fitbit.yaml', 'w')) yaml.dump(credentials, open('fitbit.yaml', 'w'))
if __name__ == '__main__': if __name__ == '__main__':
main() main()