Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/apify/_configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ class Configuration(CrawleeConfiguration):
),
description='Date when the Actor will time out',
),
BeforeValidator(lambda val: val if val != '' else None), # We should accept empty environment variables as well
] = None

standby_port: Annotated[
Expand Down
Loading