mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 17:39:16 +02:00
Fix some spacing
This commit is contained in:
parent
a725e848ab
commit
ea39fe9854
1 changed files with 2 additions and 1 deletions
|
@ -60,6 +60,7 @@ def get_authenticated_service():
|
||||||
check_authenticated_scopes()
|
check_authenticated_scopes()
|
||||||
flow = InstalledAppFlow.from_client_secrets_file(
|
flow = InstalledAppFlow.from_client_secrets_file(
|
||||||
CLIENT_SECRETS_FILE, SCOPES)
|
CLIENT_SECRETS_FILE, SCOPES)
|
||||||
|
|
||||||
if exists(CREDENTIALS_PATH):
|
if exists(CREDENTIALS_PATH):
|
||||||
with open(CREDENTIALS_PATH, 'r') as f:
|
with open(CREDENTIALS_PATH, 'r') as f:
|
||||||
credential_params = json.load(f)
|
credential_params = json.load(f)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue