Debug print for the main restart
This commit is contained in:
parent
c1ecc4131d
commit
b00ad7b3dd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue