-
Notifications
You must be signed in to change notification settings - Fork 27
Description
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users//Downloads/Suture_Box-main/method/Download_tools.py", line 23, in get_dir
fanhui = requests.get(do,verify=False,proxies=self.proxies)
RecursionError: maximum recursion depth exceeded in comparison
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/Users/Downloads/Suture_Box-main/suturebox.py", line 64, in
print(Get_list()) if args.list else main(target,modular,tool,info,single,exclude,output_file,down,proxy) # 若有-list则打印列表
File "/Users/Downloads/Suture_Box-main/suturebox.py", line 49, in main
dow_rep(down)
File "/Users/Downloads/Suture_Box-main/controller/controller.py", line 102, in dow_rep
Dow.get_tool(i)
File "/Users/Downloads/Suture_Box-main/method/Download_tools.py", line 108, in get_tool
moud = self.get_dir(self.url)
File "/Users/Downloads/Suture_Box-main/method/Download_tools.py", line 27, in get_dir
self.get_dir(do)
File "/Users/Downloads/Suture_Box-main/method/Download_tools.py", line 27, in get_dir
self.get_dir(do)
File "/Users//Downloads/Suture_Box-main/method/Download_tools.py", line 27, in get_dir
self.get_dir(do)
[Previous line repeated 993 more times]
RecursionError: maximum recursion depth exceeded