mirror of
https://github.com/FlatL1neAPT/TorghostNG
synced 2024-11-12 22:57:09 +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):
|
||||
try:
|
||||
print(language.checking_tor, end='', flush=True)
|
||||
sleep(5)
|
||||
tor_status = getoutput("curl -s --max-time 20 https://check.torproject.org | grep Congratulations")
|
||||
sleep(SLEEP_TIME)
|
||||
print(language.done)
|
||||
|
|
Loading…
Reference in a new issue