运行127.0.0.0.1:8080 页面报错:
<type 'exceptions.TypeError'> at /
genSession() takes exactly 9 arguments (8 given)
view/index.py 147行 传入8个参数
genSession(uid,Username,ShowName,LastIP,LastDate,token,Lstat,kpl='yes')
genSession方法定义了9个参数
def genSession(SID,Username,ShowName,LastIP,LastLocation,LastDate,Token,Lstat,kpl):
少传入LastLocaltion值
运行127.0.0.0.1:8080 页面报错:
<type 'exceptions.TypeError'> at /
genSession() takes exactly 9 arguments (8 given)
view/index.py 147行 传入8个参数
genSession(uid,Username,ShowName,LastIP,LastDate,token,Lstat,kpl='yes')
genSession方法定义了9个参数
def genSession(SID,Username,ShowName,LastIP,LastLocation,LastDate,Token,Lstat,kpl):
少传入LastLocaltion值