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 37a1adf commit dfed8b8Copy full SHA for dfed8b8
src/apify/_configuration.py
@@ -364,3 +364,7 @@ def get_global_configuration(cls) -> Configuration:
364
instead.
365
"""
366
return cls()
367
+
368
369
+# Monkey-patch the base class so that it works with the extended configuration
370
+CrawleeConfiguration.get_global_configuration = Configuration.get_global_configuration # type: ignore[method-assign]
0 commit comments