VincentDavis
Update Browserless Playwright to 1.4.4
I am using the Browserless template. It seems to be using Playwright 1.41. but I am using 1.44. I don't see how I can update this? Suggestions on how to fix this?
https://github.com/railwayapp-templates/browserless
53 replies
Issue loading python env variable with getenv()
I set a variable with in the UI for
dbsslmode
to require
but it does not seem to load.
assert getenv("dbsslmode") == "require"
I added this assert because I was getting a None type error on the env variable.
I must be doing something stupid.
I am using load_dotenv()
but I dont this this is causing the issue.16 replies