Skip to content

Commit 4cf026e

Browse files
authored
Update create_account_api_key_smb.py
1 parent 0bfb951 commit 4cf026e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

probely_api_examples/create_account_api_key_smb.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python
22
"""
3-
Get an API key for your account
3+
Create an API key for your account
44
"""
55
import getpass
66
import requests
@@ -32,6 +32,7 @@
3232

3333
if response.status_code == 201:
3434
print("\nAccount API key:", response.json()['key'])
35+
print("\nPlease record this key, it will not be shown again.")
3536

3637
else:
3738
print('\n[%s]\n%s' %(response.status_code, response.text))

0 commit comments

Comments
 (0)