Skip to content

Commit 9789514

Browse files
author
Christian Paul
authored
Remove comment about a previous horrible hack
1 parent a01b470 commit 9789514

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mautrix_telegram/__main__.py

-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,6 @@ async def _loop_active_puppet_metric(self) -> None:
224224
async def _loop_check_as_connection_pool(self) -> None:
225225
while True:
226226
try:
227-
# a horrible reach into Appservice's internal API
228227
connector = self.az.http_session().connector
229228
limit = connector.limit
230229
# a horrible, horrible reach into asyncio.TCPConnector's internal API

0 commit comments

Comments
 (0)