Skip to content

Commit

Permalink
Update topic_reader_asyncio.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alex2211-put committed Sep 25, 2024
1 parent 8767bd3 commit c5e3a64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/_topic_reader/topic_reader_asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def __init__(self, driver: Driver, settings: topic_reader.PublicReaderSettings):

self._state_changed = asyncio.Event()
self._stream_reader = None
self._background_tasks.add(asyncio.create_task(self._connection_loop() ))
self._background_tasks.add(asyncio.create_task(self._connection_loop()))
self._first_error = asyncio.get_running_loop().create_future()

async def _connection_loop(self):
Expand Down

0 comments on commit c5e3a64

Please sign in to comment.