Sped up + fixed statistics table command using psutil, removed checkcommunicator as a result

This commit is contained in:
Kevin Froman 2020-09-10 21:44:30 +00:00
parent a5b6805b5f
commit 196d02a751
4 changed files with 17 additions and 53 deletions

View file

@ -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()