Compare commits
No commits in common. "a4a15fba57163dd0beb0cf5df225f7c9a43e9773" and "55a815564fe14dbea37122bd51cd5c3d4dbdb402" have entirely different histories.
a4a15fba57
...
55a815564f
2 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,6 @@ 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 # nosec
|
pass
|
||||||
|
|
||||||
def _on_console(msg):
|
def _on_console(msg):
|
||||||
try:
|
try:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue