Added executable path

This commit is contained in:
2023-07-14 12:07:06 +02:00
parent 93096eb52b
commit 9d33ca744a
3 changed files with 8 additions and 3 deletions

View File

@@ -32,6 +32,7 @@ async def getWaterLeft(cardid, filename, app=None):
[
"PageSaver/pageSaver",
f"https://bwtaqua.com.ua/card-topup/?id={cardid}",
"./bin/chrome",
]
) # , ">", f"data/pages/{str(filename)}.html"])
html_file = proc.decode("utf-8")
@@ -41,6 +42,7 @@ async def getWaterLeft(cardid, filename, app=None):
"node",
"./PageSaver/pageSaver.js",
f"https://bwtaqua.com.ua/card-topup/?id={cardid}",
"./bin/chrome",
]
) # , ">", f"data/pages/{str(filename)}.html"])
html_file = proc.decode("utf-8")