mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
修复self.verify值的获取
This commit is contained in:
@@ -87,7 +87,7 @@ class OneForAll(object):
|
||||
if self.brute is None:
|
||||
self.brute = config.enable_brute_module
|
||||
if self.verify is None:
|
||||
self.brute = config.enable_verify_subdomain
|
||||
self.verify = config.enable_verify_subdomain
|
||||
rename_table = self.domain + '_last'
|
||||
if not self.path:
|
||||
name = f'{self.domain}.{self.format}'
|
||||
|
||||
Reference in New Issue
Block a user