print -> log

This commit is contained in:
2025-06-07 18:11:03 +02:00
parent e8290ec992
commit 1eb4a17ea5
+2 -1
View File
@@ -1,4 +1,5 @@
import wx
from logzero import logger as log
try:
@@ -9,7 +10,7 @@ try:
dbn = DBusNotify()
icon = get_icon_path()
except Exception as e:
print("could not set up DBusNotify:", e)
log.warning(f"could not set up DBusNotify: {e}")
dbn = None