mirror of
https://github.com/shmilylty/OneForAll.git
synced 2026-08-26 04:47:48 +08:00
This commit is contained in:
@@ -69,7 +69,7 @@ def resolve_callback(future, index, datas):
|
||||
"""
|
||||
try:
|
||||
result = future.result()
|
||||
except Exception as e:
|
||||
except BaseException as e:
|
||||
datas[index]['ips'] = str(e.args)
|
||||
datas[index]['valid'] = 0
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user