fix
This commit is contained in:
parent
e3e8c02174
commit
a628e561eb
@ -19,6 +19,6 @@ class Update:
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def restart_bot():
|
def restart_bot():
|
||||||
if sys.argv[1] == 'restart':
|
if len(sys.argv >= 2) and sys.argv[1] == 'restart':
|
||||||
return
|
return
|
||||||
os.execvp(sys.executable, [sys.executable, sys.argv[0], 'restart'])
|
os.execvp(sys.executable, [sys.executable, sys.argv[0], 'restart'])
|
Loading…
Reference in New Issue
Block a user