fixed broken shutdown command
This commit is contained in:
parent
98dac40139
commit
1a02124122
2 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
import sys
|
||||
if sys.version_info[0] == 2 or sys.version_info[1] < 5:
|
||||
print('Error, Onionr requires Python 3.4.x+')
|
||||
print('Error, Onionr requires Python 3.4+')
|
||||
sys.exit(1)
|
||||
import os, base64, random, getpass, shutil, subprocess, requests, time, platform, datetime, re
|
||||
from threading import Thread
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue