Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Half-Shot committed Nov 1, 2021
1 parent 34257ae commit 8d98a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mautrix_telegram/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def prepare_bridge(self) -> None:
if self.config["bridge.resend_bridge_info"]:
self.add_startup_actions(self.resend_bridge_info())

# Do not block startup on this
# Explicitly not a startup_action, as startup_actions block startup
self.periodic_sync_task = asyncio.create_task(self._loop_active_puppet_metric())


Expand Down

0 comments on commit 8d98a0f

Please sign in to comment.