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