We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6880627 commit eeca079Copy full SHA for eeca079
src/apify/_configuration.py
@@ -251,7 +251,7 @@ class Configuration(CrawleeConfiguration):
251
),
252
description='Date when the Actor will time out',
253
254
- BeforeValidator(lambda val: val if val != '' else None),
+ BeforeValidator(lambda val: val if val != '' else None), # We should accept empty environment variables as well
255
] = None
256
257
standby_port: Annotated[
0 commit comments