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 441a790 commit 817dc85Copy full SHA for 817dc85
src/apify/_configuration.py
@@ -340,6 +340,7 @@ class Configuration(CrawleeConfiguration):
340
alias='apify_user_is_paying',
341
description='True if the user calling the Actor is paying user',
342
),
343
+ BeforeValidator(lambda val: False if val == '' else val),
344
] = False
345
346
web_server_port: Annotated[
0 commit comments