Skip to content

Commit

Permalink
Update iourt43.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephano2000 committed Feb 20, 2017
1 parent 973c014 commit b957644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion b3/parsers/iourt43.py
Expand Up @@ -1076,7 +1076,7 @@ def OnAssist(self, action, data, match=None):
self.debug('No attacker')
return None

return self.getEvent(self.EVT_ASSIST, client=client, target=victim, data=attacker)
return self.getEvent('EVT_ASSIST', client=client, target=victim, data=attacker)

####################################################################################################################
# #
Expand Down

0 comments on commit b957644

Please sign in to comment.