From b00ad7b3ddba5172cce9f5eb05f29858837461be Mon Sep 17 00:00:00 2001 From: PySimpleGUI Date: Sun, 24 Oct 2021 11:46:36 -0400 Subject: [PATCH] Debug print for the main restart --- PySimpleGUI.py | 1 + 1 file changed, 1 insertion(+) diff --git a/PySimpleGUI.py b/PySimpleGUI.py index 683926e3..74b362e9 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -21958,6 +21958,7 @@ def _upgrade_entry_point(): execute_py_file(__file__, 'upgrade') def _main_entry_point(): + print('Restarted mein successfully') execute_py_file(__file__) main_upgrade_from_github = _upgrade_entry_point