Compare commits
2 commits
55a815564f
...
a4a15fba57
| Author | SHA1 | Date | |
|---|---|---|---|
| a4a15fba57 | |||
| 4315503d19 |
2 changed files with 2 additions and 1 deletions
|
|
@ -6,6 +6,7 @@ authors = ["Miguel Jacq <mig@mig5.net>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
packages = [{ include = "cspresso", from = "src" }]
|
packages = [{ include = "cspresso", from = "src" }]
|
||||||
license = "GPL-3.0-or-later"
|
license = "GPL-3.0-or-later"
|
||||||
|
homepage = "https://cspresso.cafe"
|
||||||
repository = "https://git.mig5.net/mig5/cspresso"
|
repository = "https://git.mig5.net/mig5/cspresso"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
|
|
|
||||||
|
|
@ -453,7 +453,7 @@ async def crawl_and_generate_csp(
|
||||||
"}, true); } catch(_){} }"
|
"}, true); } catch(_){} }"
|
||||||
)
|
)
|
||||||
except Exception:
|
except Exception:
|
||||||
pass
|
pass # nosec
|
||||||
|
|
||||||
def _on_console(msg):
|
def _on_console(msg):
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue