This commit is contained in:
Oran Nadler 2018-04-17 15:02:49 +03:00
parent 807606dae2
commit e17f9b8273
1 changed files with 2 additions and 2 deletions

View File

@ -776,8 +776,8 @@ class PassTheHashMap(object):
@cache @cache
def GetVictimsByAttacker(self, attacker): def GetVictimsByAttacker(self, attacker):
if type(victim) != unicode: if type(attacker) != unicode:
victim = victim.monkey_guid attacker = attacker.monkey_guid
victims = set() victims = set()