mirror of https://github.com/n1nj4sec/pupy.git
Add pid to w output
This commit is contained in:
parent
e46bf4ff93
commit
8be925b74c
|
@ -52,6 +52,7 @@ class WModule(PupyModule):
|
|||
|
||||
object.update({
|
||||
'IDLE': str(timedelta(seconds=session['idle'])),
|
||||
'PID': session.get('pid', ''),
|
||||
'WHAT': what
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue