Sped up + fixed statistics table command using psutil, removed checkcommunicator as a result
This commit is contained in:
parent
a5b6805b5f
commit
196d02a751
4 changed files with 17 additions and 53 deletions
|
@ -134,11 +134,6 @@ def daemon():
|
|||
logger.error("Tor is not present in system path or Onionr directory",
|
||||
terminal=True)
|
||||
|
||||
# remove runcheck if it exists
|
||||
if os.path.isfile(filepaths.run_check_file):
|
||||
logger.debug('Runcheck file found on daemon start, deleting.')
|
||||
os.remove(filepaths.run_check_file)
|
||||
|
||||
# Create shared objects
|
||||
|
||||
shared_state = toomanyobjs.TooMany()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue