Skip to content

参数值不匹配 #2

Description

@liucyao

运行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值

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions