From ff90c728663002b9bf1aac6496f8d1f4e3a0db84 Mon Sep 17 00:00:00 2001 From: svatantrya Date: Tue, 19 May 2026 13:19:36 -0400 Subject: [PATCH] icsdebug content --- qt.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qt.py b/qt.py index 44d4df2..48fe025 100644 --- a/qt.py +++ b/qt.py @@ -4031,6 +4031,7 @@ def export_meta_gui(electrum_window, title, exporter): class BalCalendar: @staticmethod def write_temp_ics(content): + _logger.error(content) fd, path = tempfile.mkstemp(prefix="event_", suffix=".ics") with os.fdopen(fd, "w", encoding="utf-8") as f: f.write(content)