Skip to content

Commit

Permalink
Remove comment about a previous horrible hack
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Paul authored Dec 3, 2021
1 parent a01b470 commit 9789514
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mautrix_telegram/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,6 @@ async def _loop_active_puppet_metric(self) -> None:
async def _loop_check_as_connection_pool(self) -> None:
while True:
try:
# a horrible reach into Appservice's internal API
connector = self.az.http_session().connector
limit = connector.limit
# a horrible, horrible reach into asyncio.TCPConnector's internal API
Expand Down

0 comments on commit 9789514

Please sign in to comment.