Skip to content

Commit cd3814b

Browse files
Update org_wide_clients_v1.py
Removes unnecessary text.
1 parent 4e2ec1a commit cd3814b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/org_wide_clients_v1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
# Either input your API key below by uncommenting line 10 and changing line 16 to api_key=API_KEY,
99
# or set an environment variable (preferred) to define your API key. The former is insecure and not recommended.
10-
# For example, in Linux/macOS: export MERAKI_DASHBOARD_API_KEY=093b24e85df15a3e66f1fc359f4c48493eaa1b73
11-
# API_KEY = '093b24e85df15a3e66f1fc359f4c48493eaa1b73'
10+
# For example, in Linux/macOS: export MERAKI_DASHBOARD_API_KEY=your-key-here
11+
# API_KEY = 'your-key-here'
1212

1313

1414
def main():

0 commit comments

Comments
 (0)