|
@@ -56,8 +56,8 @@ class Handle:
|
|
|
content['schema'] = ''
|
|
|
if not content.__contains__('login_name'):
|
|
|
content['login_name'] = ''
|
|
|
- if not content.__contains__('pwd'):
|
|
|
- content['pwd'] = ''
|
|
|
+ # if not content.__contains__('pwd'):
|
|
|
+ # content['pwd'] = ''
|
|
|
if not content.__contains__('kpi'):
|
|
|
content['kpi'] = {}
|
|
|
return content
|