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 5dcd757 commit 620962eCopy full SHA for 620962e
src/apify/_actor.py
@@ -324,9 +324,6 @@ async def init(self) -> None:
324
self.log.info('Initializing Actor...')
325
self.log.info('System info', extra=get_system_info())
326
327
- # TODO: Print outdated SDK version warning (we need a new env var for this)
328
- # https://github.com/apify/apify-sdk-python/issues/146
329
-
330
await self.event_manager.__aenter__()
331
self.log.debug('Event manager initialized')
332
0 commit comments