useful-java-links icon indicating copy to clipboard operation
useful-java-links copied to clipboard

__init__() takes 3 positional arguments but 6 were given

Open Lance621 opened this issue 2 years ago • 0 comments

Module: dumpall.addons.dsdumper

('init() takes 3 positional arguments but 6 were given',) Traceback (most recent call last): File "/Users//dumpall/dumpall/init.py", line 41, in start dumper = addon.Dumper(url, outdir, proxy=proxy, force=force, debug=debug) File "/Users//dumpall/dumpall/addons/dsdumper.py", line 26, in init super(Dumper, self).init(url, outdir, *kwargs) TypeError: init() takes 3 positional arguments but 6 were given

系统:10.15.7 环境:Python 3.9.12

Lance621 avatar May 30 '22 03:05 Lance621