-
-
Notifications
You must be signed in to change notification settings - Fork 51
retry方法似乎有问题 #15
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
在WQBSession类的retry方法中,有一句调用
resp = self.request(method, url, *args, **kwargs)
这里,如果kwargs参数里给了自定义的参数,如step=‘step1’,则此调用不会成功。