You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was playing with the demo.py and changed attackers:
attacker = ob.Attacker(poisoner={"name": "lws"})
However, it gave me a KeyError: 'lws'. I found that lws is not in the directory 'poisoner'. Then how can I implement lws?
The text was updated successfully, but these errors were encountered:
I was playing with the demo.py and changed attackers:
attacker = ob.Attacker(poisoner={"name": "lws"})
However, it gave me a KeyError: 'lws'. I found that lws is not in the directory 'poisoner'. Then how can I implement lws?
The text was updated successfully, but these errors were encountered: