fix: potential failure on showing import results

This commit is contained in:
2026-07-31 17:45:20 +08:00
parent 83225930fc
commit 9288023297
+1 -1
View File
@@ -504,7 +504,7 @@ def main(driver: WebDriver, logger = logging.getLogger('main')):
logger.warning('Incomplete import detected; downloading 1 related document')
flow.react(Sleep)
try: click(".mm-tbody table tbody tr:nth-child(1) td:nth-child(3) a", wait=False)
try: click(".mm-tbody table tbody tr:nth-child(1) td:nth-child(3) a")
except: continue
flow.react(Sleep)