diff --git a/qt.py b/qt.py index 6f873bd..5776b8a 100644 --- a/qt.py +++ b/qt.py @@ -1752,10 +1752,10 @@ class WillSettingsWidget(QWidget): ics_content = "\r\n".join(lines) + "\r\n" self.temp_path = BalCalendar.write_temp_ics(ics_content) opened = BalCalendar.open_with_default_app( - self.bal_window.bal_plugin.CALENDAR_APP.get(), temp_path + self.bal_window.bal_plugin.CALENDAR_APP.get(), self.temp_path ) if opened: - _logger.info(f"File opened with default app: {temp_path}") + _logger.info(f"File opened with default app: {self.temp_path}") else: export_meta_gui( self.bal_window.window, f"will_event.ics",self.save_to_cwd