Skip to content

Commit

Permalink
Update callback.py
Browse files Browse the repository at this point in the history
  • Loading branch information
doomedraven authored Sep 8, 2024
1 parent fd9d2d0 commit 1344699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/reporting/callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import requests

from lib.cuckoo.common.abstracts import Report
from lib.cuckoo.core.database import TASK_COMPLETED, TASK_REPORTED, Database
from lib.cuckoo.core.database import TASK_REPORTED, Database

log = logging.getLogger(__name__)
main_db = Database()
Expand Down

0 comments on commit 1344699

Please sign in to comment.