mirror of
https://github.com/YunoHost/package_check.git
synced 2024-09-03 20:06:20 +02:00
Improve imgkit export options
This commit is contained in:
parent
589a85bdb4
commit
a43463522d
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ def export_as_image(text, output):
|
||||||
</body>
|
</body>
|
||||||
</html>"""
|
</html>"""
|
||||||
|
|
||||||
imgkit.from_string(text, output)
|
imgkit.from_string(text, output, options={"crop-w": 600, "quiet": ""})
|
||||||
|
|
||||||
|
|
||||||
test_context = sys.argv[1]
|
test_context = sys.argv[1]
|
||||||
|
|
Loading…
Add table
Reference in a new issue