icsdebug content

This commit is contained in:
2026-05-19 13:19:36 -04:00
parent 69de61d724
commit ff90c72866

1
qt.py
View File

@@ -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)