aminahmadi0101 commited on
Commit
12a6a9f
·
verified ·
1 Parent(s): bb0387a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-1/wkhtmltox-0.12.6-1.amd64.deb"],
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