mirror of
https://github.com/FlatL1neAPT/TorghostNG
synced 2024-11-13 23:27:12 +00:00
Update torghostng.py
This commit is contained in:
parent
3af090922f
commit
edfc95038d
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ def check_update():
|
||||||
def check_tor(status):
|
def check_tor(status):
|
||||||
try:
|
try:
|
||||||
print(language.checking_tor, end='', flush=True)
|
print(language.checking_tor, end='', flush=True)
|
||||||
|
sleep(5)
|
||||||
tor_status = getoutput("curl -s --max-time 20 https://check.torproject.org | grep Congratulations")
|
tor_status = getoutput("curl -s --max-time 20 https://check.torproject.org | grep Congratulations")
|
||||||
sleep(SLEEP_TIME)
|
sleep(SLEEP_TIME)
|
||||||
print(language.done)
|
print(language.done)
|
||||||
|
|
Loading…
Reference in a new issue