Gerry Nelson
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
exportcaslibs.py
|
|
@ -130,6 +130,9 @@ if areyousure.upper() =='Y': |
|
|
if 'count' in casauth_result: casauth_result.pop('count') |
|
|
if 'count' in casauth_result: casauth_result.pop('count') |
|
|
if 'start' in casauth_result: casauth_result.pop('start') |
|
|
if 'start' in casauth_result: casauth_result.pop('start') |
|
|
if 'limit' in casauth_result: casauth_result.pop('limit') |
|
|
if 'limit' in casauth_result: casauth_result.pop('limit') |
|
|
|
|
|
if 'links' in casauth_result: casauth_result.pop('links') |
|
|
|
|
|
if 'version' in casauth_result: casauth_result.pop('version') |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
json.dump(casauth_result, outauth) |
|
|
json.dump(casauth_result, outauth) |
|
|
|
|
|
|
|
|
|