Skip to content
This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Commit 7d72a6e

Browse files
committed
Fix documentation of the enable_service_account_auth flag.
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=123666355
1 parent ffe0928 commit 7d72a6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ _Option A_: add this code to the beginning of your `main()` function:
134134
try:
135135
import googleclouddebugger
136136
googleclouddebugger.AttachDebugger(
137-
enable_service_account=True,
137+
enable_service_account_auth=True,
138138
project_id='my-gcp-project-id',
139139
project_number='123456789',
140140
service_account_email='123@developer.gserviceaccount.com',

0 commit comments

Comments
 (0)