TypeError: funct() got an unexpected keyword argument 'flag' even though it is valid

前端 未结 0 1694
無奈伤痛
無奈伤痛 2021-02-19 14:18

I am having a Python file, client.py that has following code:

def funct(self, id, token, value=None):
    parameters = {
        \'ID\' : id,
        \'Token"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题