diff --git a/README.md b/README.md index f815750..3e23bfc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Automated Investigator +As the competition has ended (August 31, 2024), We've decided to release the source code to the public. + ## Table of Contents - [Requirements](#requirements) diff --git a/cyntelligence/QRadarSearch.py b/cyntelligence/QRadarSearch.py index f50ff08..1aaeb8a 100644 --- a/cyntelligence/QRadarSearch.py +++ b/cyntelligence/QRadarSearch.py @@ -18,7 +18,7 @@ # ---------------------------------------------------------------------- -from datasource import QRadar +from .datasource import QRadar class QRadarSearch: def __init__(self, query: str):