forked from p34709852/monkey
Fix telem_category
This commit is contained in:
parent
06c14bee67
commit
78fb69c6ea
|
@ -15,7 +15,7 @@ class ExploitTelem(BaseTelem):
|
|||
self.exploiter = exploiter
|
||||
self.result = result
|
||||
|
||||
telem_category = 'attack'
|
||||
telem_category = 'exploit'
|
||||
|
||||
def get_data(self):
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue