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.
2 parents e5bdff2 + 4cd6f36 commit 57cd8aeCopy full SHA for 57cd8ae
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