|
@@ -297,7 +297,7 @@ def addInterface(request):
|
|
|
View_Password = request_dict.get('View_Password', None)
|
|
|
Type = request_dict.get('Type', None)
|
|
|
ChannelIndex = request_dict.get('ChannelIndex', None)
|
|
|
- if all([UID, NickName, View_Account, View_Password, Type, ChannelIndex]):
|
|
|
+ if all([UID, NickName, View_Account, Type, ChannelIndex]):
|
|
|
tko = TokenObject(token)
|
|
|
response.lang = tko.lang
|
|
|
if tko.code == 0:
|