diff --git a/end2end/__init__.py b/end2end/__init__.py index 5bb5e714..ec6ca485 100644 --- a/end2end/__init__.py +++ b/end2end/__init__.py @@ -1,4 +1,4 @@ import json -with open('attack_events.json', 'r') as file: +with open('end2end/attack_events.json', 'r') as file: events = json.load(file)