This commit is contained in:
Kovid Goyal 2025-05-11 07:51:30 +05:30
commit eca3f1f1b1
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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: