This commit is contained in:
Paul Gauthier 2024-07-16 11:42:17 +01:00
parent 96b1e1d04f
commit e9b3c13569

View file

@ -26,8 +26,7 @@ def install_playwright(io):
with sync_playwright() as p:
p.chromium.launch()
has_chromium = True
except Exception as err:
dump(err)
except Exception:
has_chromium = False
if has_pip and has_chromium: