Skip to content

Commit

Permalink
fix clear chrome tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCXC committed Sep 24, 2024
1 parent 31a1920 commit 36f3b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtable_events/convert_page/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def clear_chrome(self, index):
driver.quit()
except Exception as e:
logger.exception('quit driver: %s error: %s', index, e)
self.manager.drivers.pop(index, None)
self.drivers.pop(index, None)


class ConvertPageToPDFWorker:
Expand Down

0 comments on commit 36f3b19

Please sign in to comment.