fix: minor change

This commit is contained in:
Mangesh-Khairnar 2020-03-26 17:08:10 +05:30
parent d61a2ad429
commit cf20d3bf75

View file

@ -76,7 +76,8 @@ def get_google_indexing_object():
"token": account.get_access_token(),
"refresh_token": account.get_password(fieldname="indexing_refresh_token", raise_exception=False),
"token_uri": get_auth_url(),
"client_id": google_settings.client_i . "client_secret": google_settings.get_password(fieldname="client_secret", raise_exception=False),
"client_id": google_settings.client_id,
"client_secret": google_settings.get_password(fieldname="client_secret", raise_exception=False),
"scopes": "https://www.googleapis.com/auth/indexing"
}