Added executable path
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user