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