Skip to content

Commit

Permalink
Update slack_sdk/socket_mode/aiohttp/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Jan 9, 2024
1 parent 5564a24 commit a387a74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack_sdk/socket_mode/aiohttp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ async def connect(self):
self.logger.debug(f"A new receive_messages() executor has been recreated for {session_id}")
break
except Exception as e:
self.logger.exception(f"Failed to connect : {e}. Retrying...")
self.logger.exception(f"Failed to connect (error: {e}); Retrying...")
await asyncio.sleep(self.ping_interval)

Check warning on line 406 in slack_sdk/socket_mode/aiohttp/__init__.py

View check run for this annotation

Codecov / codecov/patch

slack_sdk/socket_mode/aiohttp/__init__.py#L404-L406

Added lines #L404 - L406 were not covered by tests

async def disconnect(self):
Expand Down

0 comments on commit a387a74

Please sign in to comment.