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)