-
Notifications
You must be signed in to change notification settings - Fork 258
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
参数值不匹配 #2
Comments
192.168.107.48:62341 - - [10/Jul/2015 12:55:03] "HTTP/1.1 GET /dashboard" - 500 Internal Server Error 登录的时候就报错了 遇过吗 |
需要优化。 |
info = dmidecode.system() |
注释 info = dmidecode.system() 对我们现在开发的项目,很有借鉴意义 |
运行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值
The text was updated successfully, but these errors were encountered: