From e917d40f4fc0df43b8ed1d91afa9ce56961242e8 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Tue, 13 Aug 2024 16:50:06 -0400 Subject: [PATCH] [Fix] Revert bad clarification in fe8818d --- EDMarketConnector.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EDMarketConnector.py b/EDMarketConnector.py index 0c347b36..80a958e1 100755 --- a/EDMarketConnector.py +++ b/EDMarketConnector.py @@ -456,7 +456,7 @@ class AppWindow: else: image_path = config.respath_path / 'io.edcd.EDMarketConnector.png' - self.w.tk.call('wm', 'iconphoto', self.w, '-default', image=tk.PhotoImage(file=image_path)) + self.w.tk.call('wm', 'iconphoto', self.w, '-default', tk.PhotoImage(file=image_path)) # TODO: Export to files and merge from them in future ? self.theme_icon = tk.PhotoImage(