-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Lines 149 to 161 in 3eca0c4
| def mgmt_discard(client_mgmt): | |
| api_res = client_mgmt.api_call('discard', {}) | |
| if api_res.success: | |
| data = api_res.data | |
| #print(json.dumps(data, indent=2)) | |
| return data | |
| def mgmt_logout(client_mgmt): | |
| api_res = client_mgmt.api_call('logout', {}) | |
| if api_res.success: | |
| data = api_res.data | |
| #print(json.dumps(data, indent=2)) | |
| return data |
print error_messages too, import json
Metadata
Metadata
Assignees
Labels
No labels