mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-22 18:03:28 +02:00
i3-companion: DBus errors are expected on interface down
This commit is contained in:
parent
9fff419b2d
commit
51fe9fff00
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ async def network_manager_status(i3, event, *args):
|
|||
try:
|
||||
await network_manager_status__now()
|
||||
except Exception as e:
|
||||
logger.exception("while updating network status: %s", e)
|
||||
logger.warning("while updating network status: %s", str(e))
|
||||
if network_manager_status.running is None:
|
||||
network_manager_status.running = asyncio.create_task(
|
||||
network_manager_status_now(5)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue