work on block processing module
This commit is contained in:
parent
a44d511e1d
commit
151b12424c
4 changed files with 8 additions and 15 deletions
|
@ -54,7 +54,7 @@ class OnionrCLIUI:
|
|||
while showMenu:
|
||||
if firstRun:
|
||||
print("please wait while Onionr starts...")
|
||||
daemon = subprocess.Popen(["./onionr.py", "start"], stdin=subprocess.PIPE, stdout=subprocess.DEVNULL, stderr=subprocess.STDOUT)
|
||||
daemon = subprocess.Popen(["./onionr.py", "start"], stdin=subprocess.PIPE, stdout=subprocess.DEVNULL)
|
||||
time.sleep(30)
|
||||
firstRun = False
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue