work on removing communicator
This commit is contained in:
parent
0b34aa7385
commit
4cf17ffe62
11 changed files with 52 additions and 60 deletions
|
@ -14,7 +14,5 @@ def detect_disk_access(info):
|
|||
return
|
||||
|
||||
if identify_home() not in info[0]:
|
||||
if 'proc' in info[0]:
|
||||
logger.warn(f'[DISK MINISTRY] {info} - probably built in Onionr stats')
|
||||
else:
|
||||
if 'proc' not in info[0]: # if it is, it is onionr stats
|
||||
logger.warn(f'[DISK MINISTRY] {info}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue