Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ def install_wkhtmltopdf():
|
|
6 |
try:
|
7 |
# دانلود فایل deb
|
8 |
subprocess.run(
|
9 |
-
["wget", "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6-
|
10 |
check=True
|
11 |
)
|
12 |
|
|
|
6 |
try:
|
7 |
# دانلود فایل deb
|
8 |
subprocess.run(
|
9 |
+
["wget", "https://github.com/wkhtmltopdf/packaging/releases/download/0.12.6.1-2/wkhtmltox_0.12.6.1-2.bullseye_amd64.deb"],
|
10 |
check=True
|
11 |
)
|
12 |
|