Fixed Linux Restart Command

This commit is contained in:
Alex Orid 2020-12-09 05:48:58 -05:00
parent c574b4cd14
commit cef938b10d

View File

@ -25,7 +25,7 @@ def restart_self():
os.system('start cmd /k python main.py')
hard_shutdown()
if platform.system() == 'Linux':
os.system('python main.py')
os.system('xfce4-terminal -e "python main.py"')
hard_shutdown()
#os.system('python twitch_script.py')