Improved logging
This commit is contained in:
parent
200f25e130
commit
1dd8b13297
@ -21,6 +21,8 @@ async def getWaterLeft(cardid, filename, app=None):
|
|||||||
# if path.exists(f"data/pages/{str(filename)}.html") is False:
|
# if path.exists(f"data/pages/{str(filename)}.html") is False:
|
||||||
# run(["touch", f"data/pages/{str(filename)}.html"])
|
# run(["touch", f"data/pages/{str(filename)}.html"])
|
||||||
|
|
||||||
|
appendLog(f"Trying to get liters for url '{url}'")
|
||||||
|
|
||||||
if config["use_compiled_page_saver"] is True:
|
if config["use_compiled_page_saver"] is True:
|
||||||
proc = check_output(["PageSaver/pageSaver", f"https://bwtaqua.com.ua/card-topup/?id={cardid}"]) #, ">", f"data/pages/{str(filename)}.html"])
|
proc = check_output(["PageSaver/pageSaver", f"https://bwtaqua.com.ua/card-topup/?id={cardid}"]) #, ">", f"data/pages/{str(filename)}.html"])
|
||||||
html_file = proc.decode("utf-8")
|
html_file = proc.decode("utf-8")
|
||||||
|
Reference in New Issue
Block a user