mirror of https://github.com/n1nj4sec/pupy.git
w/windows: fix default color
This commit is contained in:
parent
db8cfffa54
commit
b93d7f26c0
|
@ -88,6 +88,7 @@ class WModule(PupyModule):
|
|||
|
||||
time_info[time_info_record][session] = value
|
||||
|
||||
color = 'white'
|
||||
if session_state == 'Disconnected':
|
||||
color = 'grey'
|
||||
elif session_state == 'Listen':
|
||||
|
|
Loading…
Reference in New Issue