remove redundant code.

This commit is contained in:
Robin Lin 2025-05-10 22:22:08 +08:00
parent 04642ffda9
commit e92c295e15

View File

@ -1734,8 +1734,6 @@ class Amazon(Source):
identifiers=identifiers) identifiers=identifiers)
if abort.is_set(): if abort.is_set():
return return
if abort.is_set():
return
results = [] results = []
while True: while True:
try: try: