fix notify helper

This commit is contained in:
Alexey Avramov 2019-06-22 02:33:59 +09:00
parent 18a09732c1
commit c5c2d65ede

View File

@ -104,6 +104,8 @@ def re_pid_environ(pid):
for i in env_list:
if i.startswith(user_env):
user = i
if user == 'root':
return None
continue
if i.startswith(display_env):