Merge pull request #4867 from PySimpleGUI/Dev-latest

Debug print for the main restart
This commit is contained in:
PySimpleGUI 2021-10-24 11:46:53 -04:00 committed by GitHub
commit 701e7494ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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