hch
2018-11-02 f089bf39d557fc228f7bd3b2eb8c85c7b402e7dc
Tool/Robot/framework/frame.py
@@ -173,7 +173,7 @@
            # 数据库取出为unicode
            clientMac = "abc"
            
            account = (str(result["Psw"]), accID, clientMac, int(result["Adult"]), result['AppID'])
            account = (str(result["Psw"]), accID, clientMac, int(result["Adult"]))
            if account not in self.tokenList:
                self.tokenList.append(account)